Color Hex Logo

#421dad Color Hex

#421DAD
(66,29,173)
0 Favorites   0 Comments

Color spaces of #421dad

RGB 6629173
HSL0.710.710.40
HSV255°83°68°
CMYK 0.620.830.00   0.32
XYZ10.22905.054139.9716
Yxy5.05410.18510.0915
Hunter Lab22.481341.8752-89.6802
CIE-Lab26.888352.9673-69.2603

#421dad color RGB value is (66,29,173).

#421dad hex color red value is 66, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #421dad hue: 0.71 , saturation: 0.71 and the lightness value of 421dad is 0.40.

The process color (four color CMYK) of #421dad color hex is 0.62, 0.83, 0.00, 0.32. Web safe color of #421dad is #333399. Color #421dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011101 10101101
Octal 102 35 255
Decimal 66 29 173
Hex 42 1D AD

RGB Percentages of Color #421dad

%24.63
%10.82
%64.55

CMYK Percentages of Color #421dad

%62
%83
%0
%32

Triadic Colors of #421dad

#421dad #ad421d #1dad42

Analogous Colors of #421dad

#421dad #8a1dad #1d40ad

Monochromatic Colors of #421dad

#421dad

Complementary Color

#421dad #88ad1d

#421dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#421dad Color CSS Codes

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

#421dad Text Font Color

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

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


#421dad Background Color

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

This div background color is #421dad


#421dad Border Color

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

This div border color is #421dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,29,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #421dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #421dad;
  -webkit-box-shadow: 1px 1px 3px 2px #421dad;
  box-shadow:         1px 1px 3px 2px #421dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421dad


Comments

No comments written yet.

Please login to write comment.