Color Hex Logo

#420727 Color Hex

#420727
(66,7,39)
0 Favorites   0 Comments

Color spaces of #420727

RGB 66739
HSL0.910.810.14
HSV327°89°26°
CMYK 0.000.890.41   0.74
XYZ2.68901.45672.0589
Yxy1.45670.43340.2348
Hunter Lab12.069418.6475-1.6656
CIE-Lab12.330130.2416-4.4380

#420727 color RGB value is (66,7,39).

#420727 hex color red value is 66, green value is 7 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #420727 hue: 0.91 , saturation: 0.81 and the lightness value of 420727 is 0.14.

The process color (four color CMYK) of #420727 color hex is 0.00, 0.89, 0.41, 0.74. Web safe color of #420727 is #330033. Color #420727 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000111 00100111
Octal 102 7 47
Decimal 66 7 39
Hex 42 7 27

RGB Percentages of Color #420727

%58.93
%6.25
%34.82

CMYK Percentages of Color #420727

%0
%89
%41
%74

Triadic Colors of #420727

#420727 #274207 #072742

Analogous Colors of #420727

#420727 #420709 #400742

Monochromatic Colors of #420727

#420727

Complementary Color

#420727 #074222

#420727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420727 Color CSS Codes

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

#420727 Text Font Color

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

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


#420727 Background Color

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

This div background color is #420727


#420727 Border Color

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

This div border color is #420727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420727


Comments

No comments written yet.

Please login to write comment.