Color Hex Logo

#420259 Color Hex

#420259
(66,2,89)
0 Favorites   0 Comments

Color spaces of #420259

RGB 66289
HSL0.790.960.18
HSV284°98°35°
CMYK 0.260.980.00   0.65
XYZ4.07161.92299.6078
Yxy1.92290.26100.1232
Hunter Lab13.866928.1443-31.3729
CIE-Lab15.077340.9953-35.4583

#420259 color RGB value is (66,2,89).

#420259 hex color red value is 66, green value is 2 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #420259 hue: 0.79 , saturation: 0.96 and the lightness value of 420259 is 0.18.

The process color (four color CMYK) of #420259 color hex is 0.26, 0.98, 0.00, 0.65. Web safe color of #420259 is #330066. Color #420259 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000010 01011001
Octal 102 2 131
Decimal 66 2 89
Hex 42 2 59

RGB Percentages of Color #420259

%42.04
%1.27
%56.69

CMYK Percentages of Color #420259

%26
%98
%0
%65

Triadic Colors of #420259

#420259 #594202 #025942

Analogous Colors of #420259

#420259 #590245 #170259

Monochromatic Colors of #420259

#420259

Complementary Color

#420259 #195902

#420259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420259 Color CSS Codes

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

#420259 Text Font Color

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

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


#420259 Background Color

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

This div background color is #420259


#420259 Border Color

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

This div border color is #420259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420259


Comments

No comments written yet.

Please login to write comment.