Color Hex Logo

#700007 Color Hex

#700007
(112,0,7)
1 Favorites   0 Comments

Color spaces of #700007

RGB 11207
HSL0.991.000.22
HSV356°100°44°
CMYK 0.001.000.94   0.56
XYZ6.72043.46010.5147
Yxy3.46010.62840.3235
Hunter Lab18.601331.937111.3804
CIE-Lab21.799643.825430.2236

#700007 color RGB value is (112,0,7).

#700007 hex color red value is 112, green value is 0 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #700007 hue: 0.99 , saturation: 1.00 and the lightness value of 700007 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000000 00000111
Octal 160 0 7
Decimal 112 0 7
Hex 70 0 7

RGB Percentages of Color #700007

%94.12
%0.00
%5.88

CMYK Percentages of Color #700007

%0
%100
%94
%56

Triadic Colors of #700007

#700007 #077000 #000770

Analogous Colors of #700007

#700007 #703100 #70003f

Monochromatic Colors of #700007

#700007

Complementary Color

#700007 #007069

#700007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700007 Color CSS Codes

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

#700007 Text Font Color

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

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


#700007 Background Color

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

This div background color is #700007


#700007 Border Color

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

This div border color is #700007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700007


Comments

No comments written yet.

Please login to write comment.