Color Hex Logo

#420dae Color Hex

#420DAE
(66,13,174)
0 Favorites   0 Comments

Color spaces of #420dae

RGB 6613174
HSL0.720.860.37
HSV260°93°68°
CMYK 0.620.930.00   0.32
XYZ10.03074.502140.3847
Yxy4.50210.18270.0820
Hunter Lab21.218247.2526-97.9945
CIE-Lab25.266458.4117-72.5485

#420dae color RGB value is (66,13,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001101 10101110
Octal 102 15 256
Decimal 66 13 174
Hex 42 D AE

RGB Percentages of Color #420dae

%26.09
%5.14
%68.77

CMYK Percentages of Color #420dae

%62
%93
%0
%32

Triadic Colors of #420dae

#420dae #ae420d #0dae42

Analogous Colors of #420dae

#420dae #930dae #0d28ae

Monochromatic Colors of #420dae

#420dae

Complementary Color

#420dae #79ae0d

#420dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#420dae Color CSS Codes

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

#420dae Text Font Color

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

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


#420dae Background Color

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

This div background color is #420dae


#420dae Border Color

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

This div border color is #420dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,13,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 #420dae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420dae


Comments

No comments written yet.

Please login to write comment.