Color Hex Logo

#421079 Color Hex

#421079
(66,16,121)
0 Favorites   0 Comments

Color spaces of #421079

RGB 6616121
HSL0.750.770.27
HSV269°87°47°
CMYK 0.450.870.00   0.53
XYZ5.88322.909318.3406
Yxy2.90930.21680.1072
Hunter Lab17.056731.7192-51.8133
CIE-Lab19.676944.0059-48.9420

#421079 color RGB value is (66,16,121).

#421079 hex color red value is 66, green value is 16 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #421079 hue: 0.75 , saturation: 0.77 and the lightness value of 421079 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010000 01111001
Octal 102 20 171
Decimal 66 16 121
Hex 42 10 79

RGB Percentages of Color #421079

%32.51
%7.88
%59.61

CMYK Percentages of Color #421079

%45
%87
%0
%53

Triadic Colors of #421079

#421079 #794210 #107942

Analogous Colors of #421079

#421079 #771079 #101379

Monochromatic Colors of #421079

#421079

Complementary Color

#421079 #477910

#421079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421079 Color CSS Codes

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

#421079 Text Font Color

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

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


#421079 Background Color

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

This div background color is #421079


#421079 Border Color

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

This div border color is #421079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421079


Comments

No comments written yet.

Please login to write comment.