Color Hex Logo

#420aae Color Hex

#420AAE
(66,10,174)
0 Favorites   0 Comments

Color spaces of #420aae

RGB 6610174
HSL0.720.890.36
HSV260°94°68°
CMYK 0.620.940.00   0.32
XYZ9.99534.431340.3729
Yxy4.43130.18240.0809
Hunter Lab21.050747.9170-98.9764
CIE-Lab25.048959.0707-72.9094

#420aae color RGB value is (66,10,174).

#420aae hex color red value is 66, green value is 10 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #420aae hue: 0.72 , saturation: 0.89 and the lightness value of 420aae is 0.36.

The process color (four color CMYK) of #420aae color hex is 0.62, 0.94, 0.00, 0.32. Web safe color of #420aae is #330099. Color #420aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001010 10101110
Octal 102 12 256
Decimal 66 10 174
Hex 42 A AE

RGB Percentages of Color #420aae

%26.40
%4.00
%69.60

CMYK Percentages of Color #420aae

%62
%94
%0
%32

Triadic Colors of #420aae

#420aae #ae420a #0aae42

Analogous Colors of #420aae

#420aae #940aae #0a24ae

Monochromatic Colors of #420aae

#420aae

Complementary Color

#420aae #76ae0a

#420aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#420aae Color CSS Codes

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

#420aae Text Font Color

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

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


#420aae Background Color

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

This div background color is #420aae


#420aae Border Color

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

This div border color is #420aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,10,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #420aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #420aae;
  -webkit-box-shadow: 1px 1px 3px 2px #420aae;
  box-shadow:         1px 1px 3px 2px #420aae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420aae


Comments

No comments written yet.

Please login to write comment.