8 digit web color in xml -


i found color definition in xml file looks #8867d1fd. wanted check in e.g. photoshop color picker keeps cutting 2 last digits. kind of notation it?

colors defined 6 digits (red , green , blue components of color) , 2 digits alpha degree of transparency. useful if want show content , background well. 0 alpha means transparent, ff means solid , background not shown. number in between means semi-transparent or semi-solid.

so format is:

argb ( alpha , red , green , blue ) 

to check color use #67d1fd check color without alpha.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -