Color Hex Logo

#700409 Color Hex

#700409
(112,4,9)
0 Favorites   0 Comments

Color spaces of #700409

RGB 11249
HSL0.990.930.23
HSV357°96°44°
CMYK 0.000.960.92   0.56
XYZ6.77483.55130.5868
Yxy3.55130.62080.3254
Hunter Lab18.844931.192811.3452
CIE-Lab22.128942.962629.7599

#700409 color RGB value is (112,4,9).

#700409 hex color red value is 112, green value is 4 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #700409 hue: 0.99 , saturation: 0.93 and the lightness value of 700409 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000100 00001001
Octal 160 4 11
Decimal 112 4 9
Hex 70 4 9

RGB Percentages of Color #700409

%89.60
%3.20
%7.20

CMYK Percentages of Color #700409

%0
%96
%92
%56

Triadic Colors of #700409

#700409 #097004 #040970

Analogous Colors of #700409

#700409 #703504 #70043f

Monochromatic Colors of #700409

#700409

Complementary Color

#700409 #04706b

#700409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700409 Color CSS Codes

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

#700409 Text Font Color

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

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


#700409 Background Color

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

This div background color is #700409


#700409 Border Color

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

This div border color is #700409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700409


Comments

No comments written yet.

Please login to write comment.