Hex colors: Numeric representation for “transparent”?
Transparency is a property outside the color itself, and it’s also known as alpha component. You can’t code transparency as pure RGB (which stands for red-green-blue channels), but you can use the RGBA notation, in which you define the color + alpha channel together: If you want “transparent”, just set the last number to 0, … Read more