Color Hex Logo

#420639 Color Hex

#420639
(66,6,57)
0 Favorites   0 Comments

Color spaces of #420639

RGB 66657
HSL0.860.830.14
HSV309°91°26°
CMYK 0.000.910.14   0.74
XYZ3.05041.58394.0158
Yxy1.58390.35260.1831
Hunter Lab12.585321.2402-10.1089
CIE-Lab13.131833.3266-16.3462

#420639 color RGB value is (66,6,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000110 00111001
Octal 102 6 71
Decimal 66 6 57
Hex 42 6 39

RGB Percentages of Color #420639

%51.16
%4.65
%44.19

CMYK Percentages of Color #420639

%0
%91
%14
%74

Triadic Colors of #420639

#420639 #394206 #063942

Analogous Colors of #420639

#420639 #42061b #2d0642

Monochromatic Colors of #420639

#420639

Complementary Color

#420639 #06420f

#420639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420639 Color CSS Codes

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

#420639 Text Font Color

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

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


#420639 Background Color

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

This div background color is #420639


#420639 Border Color

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

This div border color is #420639


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420639


Comments

No comments written yet.

Please login to write comment.