Color Hex Logo

#a419fe Color Hex

#A419FE
(164,25,254)
0 Favorites   0 Comments

Color spaces of #a419fe

RGB 16425254
HSL0.770.990.55
HSV276°90°100°
CMYK 0.350.900.00   0.00
XYZ33.546915.743595.0366
Yxy15.74350.23240.1091
Hunter Lab39.678181.4810-114.2362
CIE-Lab46.636283.3689-83.1417

#a419fe color RGB value is (164,25,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011001 11111110
Octal 244 31 376
Decimal 164 25 254
Hex A4 19 FE

RGB Percentages of Color #a419fe

%37.02
%5.64
%57.34

CMYK Percentages of Color #a419fe

%35
%90
%0
%0

Triadic Colors of #a419fe

#a419fe #fea419 #19fea4

Analogous Colors of #a419fe

#a419fe #fe19e6 #3119fe

Monochromatic Colors of #a419fe

#a419fe

Complementary Color

#a419fe #73fe19

#a419fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a419fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a419fe Color CSS Codes

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

#a419fe Text Font Color

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

This sample text font color is #a419fe
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.


#a419fe Background Color

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

This div background color is #a419fe


#a419fe Border Color

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

This div border color is #a419fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,25,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 #a419fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a419fe


Comments

No comments written yet.

Please login to write comment.