Color Hex Logo

#420039 Color Hex

#420039
(66,0,57)
0 Favorites   0 Comments

Color spaces of #420039

RGB 66057
HSL0.861.000.13
HSV308°100°26°
CMYK 0.001.000.14   0.74
XYZ2.98531.45373.9941
Yxy1.45370.35400.1724
Hunter Lab12.056923.0969-11.2011
CIE-Lab12.310635.7276-17.6418

#420039 color RGB value is (66,0,57).

#420039 hex color red value is 66, green value is 0 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #420039 hue: 0.86 , saturation: 1.00 and the lightness value of 420039 is 0.13.

The process color (four color CMYK) of #420039 color hex is 0.00, 1.00, 0.14, 0.74. Web safe color of #420039 is #330033. Color #420039 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000000 00111001
Octal 102 0 71
Decimal 66 0 57
Hex 42 0 39

RGB Percentages of Color #420039

%53.66
%0.00
%46.34

CMYK Percentages of Color #420039

%0
%100
%14
%74

Triadic Colors of #420039

#420039 #394200 #003942

Analogous Colors of #420039

#420039 #420018 #2a0042

Monochromatic Colors of #420039

#420039

Complementary Color

#420039 #004209

#420039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420039 Color CSS Codes

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

#420039 Text Font Color

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

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


#420039 Background Color

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

This div background color is #420039


#420039 Border Color

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

This div border color is #420039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420039


Comments

No comments written yet.

Please login to write comment.