Color Hex Logo

#420439 Color Hex

#420439
(66,4,57)
0 Favorites   0 Comments

Color spaces of #420439

RGB 66457
HSL0.860.890.14
HSV309°94°26°
CMYK 0.000.940.14   0.74
XYZ3.02871.54054.0086
Yxy1.54050.35310.1796
Hunter Lab12.411721.8371-10.4607
CIE-Lab12.863234.1065-16.7694

#420439 color RGB value is (66,4,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000100 00111001
Octal 102 4 71
Decimal 66 4 57
Hex 42 4 39

RGB Percentages of Color #420439

%51.97
%3.15
%44.88

CMYK Percentages of Color #420439

%0
%94
%14
%74

Triadic Colors of #420439

#420439 #394204 #043942

Analogous Colors of #420439

#420439 #42041a #2c0442

Monochromatic Colors of #420439

#420439

Complementary Color

#420439 #04420d

#420439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420439 Color CSS Codes

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

#420439 Text Font Color

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

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


#420439 Background Color

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

This div background color is #420439


#420439 Border Color

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

This div border color is #420439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420439


Comments

No comments written yet.

Please login to write comment.