Color Hex Logo

#421c8c Color Hex

#421C8C
(66,28,140)
0 Favorites   0 Comments

Color spaces of #421c8c

RGB 6628140
HSL0.720.670.33
HSV260°80°55°
CMYK 0.530.800.00   0.45
XYZ7.39563.882225.1705
Yxy3.88220.20290.1065
Hunter Lab19.703332.5189-61.9493
CIE-Lab23.278144.1570-55.0251

#421c8c color RGB value is (66,28,140).

#421c8c hex color red value is 66, green value is 28 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #421c8c hue: 0.72 , saturation: 0.67 and the lightness value of 421c8c is 0.33.

The process color (four color CMYK) of #421c8c color hex is 0.53, 0.80, 0.00, 0.45. Web safe color of #421c8c is #333399. Color #421c8c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011100 10001100
Octal 102 34 214
Decimal 66 28 140
Hex 42 1C 8C

RGB Percentages of Color #421c8c

%28.21
%11.97
%59.83

CMYK Percentages of Color #421c8c

%53
%80
%0
%45

Triadic Colors of #421c8c

#421c8c #8c421c #1c8c42

Analogous Colors of #421c8c

#421c8c #7a1c8c #1c2e8c

Monochromatic Colors of #421c8c

#421c8c

Complementary Color

#421c8c #668c1c

#421c8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421c8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#421c8c Color CSS Codes

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

#421c8c Text Font Color

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

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


#421c8c Background Color

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

This div background color is #421c8c


#421c8c Border Color

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

This div border color is #421c8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421c8c


Comments

No comments written yet.

Please login to write comment.