Color Hex Logo

#700907 Color Hex

#700907
(112,9,7)
0 Favorites   0 Comments

Color spaces of #700907

RGB 11297
HSL0.000.880.23
HSV94°44°
CMYK 0.000.920.94   0.56
XYZ6.81813.65550.5472
Yxy3.65550.61870.3317
Hunter Lab19.119430.195511.6867
CIE-Lab22.498241.811430.9631

#700907 color RGB value is (112,9,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001001 00000111
Octal 160 11 7
Decimal 112 9 7
Hex 70 9 7

RGB Percentages of Color #700907

%87.50
%7.03
%5.47

CMYK Percentages of Color #700907

%0
%92
%94
%56

Triadic Colors of #700907

#700907 #077009 #090770

Analogous Colors of #700907

#700907 #703e07 #70073a

Monochromatic Colors of #700907

#700907

Complementary Color

#700907 #076e70

#700907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700907 Color CSS Codes

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

#700907 Text Font Color

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

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


#700907 Background Color

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

This div background color is #700907


#700907 Border Color

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

This div border color is #700907


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700907


Comments

No comments written yet.

Please login to write comment.