Color Hex Logo

#701409 Color Hex

#701409
(112,20,9)
0 Favorites   0 Comments

Color spaces of #701409

RGB 112209
HSL0.020.850.24
HSV92°44°
CMYK 0.000.820.92   0.56
XYZ6.98163.96480.6558
Yxy3.96480.60170.3417
Hunter Lab19.911827.741111.9855
CIE-Lab23.554738.904931.2314

#701409 color RGB value is (112,20,9).

#701409 hex color red value is 112, green value is 20 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #701409 hue: 0.02 , saturation: 0.85 and the lightness value of 701409 is 0.24.

The process color (four color CMYK) of #701409 color hex is 0.00, 0.82, 0.92, 0.56. Web safe color of #701409 is #660000. Color #701409 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010100 00001001
Octal 160 24 11
Decimal 112 20 9
Hex 70 14 9

RGB Percentages of Color #701409

%79.43
%14.18
%6.38

CMYK Percentages of Color #701409

%0
%82
%92
%56

Triadic Colors of #701409

#701409 #097014 #140970

Analogous Colors of #701409

#701409 #704809 #700932

Monochromatic Colors of #701409

#701409

Complementary Color

#701409 #096570

#701409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701409 Color CSS Codes

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

#701409 Text Font Color

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

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


#701409 Background Color

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

This div background color is #701409


#701409 Border Color

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

This div border color is #701409


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,20,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #701409; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #701409;
  -webkit-box-shadow: 1px 1px 3px 2px #701409;
  box-shadow:         1px 1px 3px 2px #701409; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701409


Comments

No comments written yet.

Please login to write comment.