How to set transparency with hex value ?
For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.
All hex value from 100% to 0% alpha:
- 100% — FF
- 99% — FC
- 98% — FA
- 97% — F7
- 96% — F5
- 95% — F2