Color Hex Logo

#a604fe Color Hex

#A604FE
(166,4,254)
0 Favorites   0 Comments

Color spaces of #a604fe

RGB 1664254
HSL0.770.990.51
HSV279°98°100°
CMYK 0.350.980.00   0.00
XYZ33.658715.349694.9547
Yxy15.34960.23380.1066
Hunter Lab39.178684.7887-116.2726
CIE-Lab46.109486.0317-83.9950

#a604fe color RGB value is (166,4,254).

#a604fe hex color red value is 166, green value is 4 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a604fe hue: 0.77 , saturation: 0.99 and the lightness value of a604fe is 0.51.

The process color (four color CMYK) of #a604fe color hex is 0.35, 0.98, 0.00, 0.00. Web safe color of #a604fe is #9900ff. Color #a604fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000100 11111110
Octal 246 4 376
Decimal 166 4 254
Hex A6 4 FE

RGB Percentages of Color #a604fe

%39.15
%0.94
%59.91

CMYK Percentages of Color #a604fe

%35
%98
%0
%0

Triadic Colors of #a604fe

#a604fe #fea604 #04fea6

Analogous Colors of #a604fe

#a604fe #fe04d9 #2904fe

Monochromatic Colors of #a604fe

#a604fe

Complementary Color

#a604fe #5cfe04

#a604fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a604fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a604fe Color CSS Codes

.mybgcolor {background-color:#a604fe; } 
.myforecolor {color:#a604fe; }
.mybordercolor {border:3px solid #a604fe; }

#a604fe Text Font Color

<p style="color:#a604fe">Text here</p>

This sample text font color is #a604fe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a604fe Background Color

<div style="background-color:#a604fe">
Div content here</div>

This div background color is #a604fe


#a604fe Border Color

<div style="border:3px solid #a604fe">
Div here</div>

This div border color is #a604fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,4,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a604fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a604fe;
  -webkit-box-shadow: 1px 1px 3px 2px #a604fe;
  box-shadow:         1px 1px 3px 2px #a604fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,4,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a604fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a604fe;
  -webkit-box-shadow: 1px 1px 3px 2px #a604fe;
  box-shadow:         1px 1px 3px 2px #a604fe;">
Div content here</div>

This div box has shadow with color #a604fe

Related Colors


Comments

No comments written yet.

Please login to write comment.