Color Hex Logo

#421879 Color Hex

#421879
(66,24,121)
0 Favorites   0 Comments

Color spaces of #421879

RGB 6624121
HSL0.740.670.28
HSV266°80°47°
CMYK 0.450.800.00   0.53
XYZ6.02463.192018.3877
Yxy3.19200.21820.1156
Hunter Lab17.866228.9257-48.5144
CIE-Lab20.797040.7501-47.1053

#421879 color RGB value is (66,24,121).

#421879 hex color red value is 66, green value is 24 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #421879 hue: 0.74 , saturation: 0.67 and the lightness value of 421879 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011000 01111001
Octal 102 30 171
Decimal 66 24 121
Hex 42 18 79

RGB Percentages of Color #421879

%31.28
%11.37
%57.35

CMYK Percentages of Color #421879

%45
%80
%0
%53

Triadic Colors of #421879

#421879 #794218 #187942

Analogous Colors of #421879

#421879 #731879 #181f79

Monochromatic Colors of #421879

#421879

Complementary Color

#421879 #4f7918

#421879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421879 Color CSS Codes

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

#421879 Text Font Color

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

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


#421879 Background Color

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

This div background color is #421879


#421879 Border Color

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

This div border color is #421879


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,24,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #421879; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #421879;
  -webkit-box-shadow: 1px 1px 3px 2px #421879;
  box-shadow:         1px 1px 3px 2px #421879; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421879


Comments

No comments written yet.

Please login to write comment.