Color Hex Logo

#420703 Color Hex

#420703
(66,7,3)
0 Favorites   0 Comments

Color spaces of #420703

RGB 6673
HSL0.010.910.14
HSV95°26°
CMYK 0.000.890.95   0.74
XYZ2.33921.31680.2170
Yxy1.31680.60400.3400
Hunter Lab11.475216.30546.9114
CIE-Lab11.392527.367616.5384

#420703 color RGB value is (66,7,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000111 00000011
Octal 102 7 3
Decimal 66 7 3
Hex 42 7 3

RGB Percentages of Color #420703

%86.84
%9.21
%3.95

CMYK Percentages of Color #420703

%0
%89
%95
%74

Triadic Colors of #420703

#420703 #034207 #070342

Analogous Colors of #420703

#420703 #422703 #42031f

Monochromatic Colors of #420703

#420703

Complementary Color

#420703 #033e42

#420703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420703 Color CSS Codes

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

#420703 Text Font Color

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

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


#420703 Background Color

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

This div background color is #420703


#420703 Border Color

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

This div border color is #420703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420703


Comments

No comments written yet.

Please login to write comment.