Color Hex Logo

#420dac Color Hex

#420DAC
(66,13,172)
0 Favorites   0 Comments

Color spaces of #420dac

RGB 6613172
HSL0.720.860.36
HSV260°92°67°
CMYK 0.620.920.00   0.33
XYZ9.83714.424739.3653
Yxy4.42470.18340.0825
Hunter Lab21.035046.6651-96.2321
CIE-Lab25.028557.9068-71.7392

#420dac color RGB value is (66,13,172).

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

The process color (four color CMYK) of #420dac color hex is 0.62, 0.92, 0.00, 0.33. Web safe color of #420dac is #330099. Color #420dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001101 10101100
Octal 102 15 254
Decimal 66 13 172
Hex 42 D AC

RGB Percentages of Color #420dac

%26.29
%5.18
%68.53

CMYK Percentages of Color #420dac

%62
%92
%0
%33

Triadic Colors of #420dac

#420dac #ac420d #0dac42

Analogous Colors of #420dac

#420dac #920dac #0d27ac

Monochromatic Colors of #420dac

#420dac

Complementary Color

#420dac #77ac0d

#420dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#420dac Color CSS Codes

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

#420dac Text Font Color

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

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


#420dac Background Color

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

This div background color is #420dac


#420dac Border Color

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

This div border color is #420dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420dac


Comments

No comments written yet.

Please login to write comment.