Color Hex Logo

#420207 Color Hex

#420207
(66,2,7)
0 Favorites   0 Comments

Color spaces of #420207

RGB 6627
HSL0.990.940.13
HSV355°97°26°
CMYK 0.000.970.89   0.74
XYZ2.30681.21700.3143
Yxy1.21700.60100.3171
Hunter Lab11.031818.01976.0330
CIE-Lab10.682229.754513.9220

#420207 color RGB value is (66,2,7).

#420207 hex color red value is 66, green value is 2 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #420207 hue: 0.99 , saturation: 0.94 and the lightness value of 420207 is 0.13.

The process color (four color CMYK) of #420207 color hex is 0.00, 0.97, 0.89, 0.74. Web safe color of #420207 is #330000. Color #420207 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000010 00000111
Octal 102 2 7
Decimal 66 2 7
Hex 42 2 7

RGB Percentages of Color #420207

%88.00
%2.67
%9.33

CMYK Percentages of Color #420207

%0
%97
%89
%74

Triadic Colors of #420207

#420207 #074202 #020742

Analogous Colors of #420207

#420207 #421d02 #420227

Monochromatic Colors of #420207

#420207

Complementary Color

#420207 #02423d

#420207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420207 Color CSS Codes

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

#420207 Text Font Color

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

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


#420207 Background Color

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

This div background color is #420207


#420207 Border Color

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

This div border color is #420207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420207


Comments

No comments written yet.

Please login to write comment.