Color Hex Logo

#701909 Color Hex

#701909
(112,25,9)
0 Favorites   0 Comments

Color spaces of #701909

RGB 112259
HSL0.030.850.24
HSV92°44°
CMYK 0.000.780.92   0.56
XYZ7.07904.15970.6882
Yxy4.15970.59350.3488
Hunter Lab20.395326.263512.2761
CIE-Lab24.192537.125131.8676

#701909 color RGB value is (112,25,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011001 00001001
Octal 160 31 11
Decimal 112 25 9
Hex 70 19 9

RGB Percentages of Color #701909

%76.71
%17.12
%6.16

CMYK Percentages of Color #701909

%0
%78
%92
%56

Triadic Colors of #701909

#701909 #097019 #190970

Analogous Colors of #701909

#701909 #704d09 #70092d

Monochromatic Colors of #701909

#701909

Complementary Color

#701909 #096070

#701909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701909 Color CSS Codes

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

#701909 Text Font Color

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

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


#701909 Background Color

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

This div background color is #701909


#701909 Border Color

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

This div border color is #701909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701909


Comments

No comments written yet.

Please login to write comment.