Color Hex Logo

#700307 Color Hex

#700307
(112,3,7)
0 Favorites   0 Comments

Color spaces of #700307

RGB 11237
HSL0.990.950.23
HSV358°97°44°
CMYK 0.000.970.94   0.56
XYZ6.75303.52520.5255
Yxy3.52520.62510.3263
Hunter Lab18.775531.344011.4834
CIE-Lab22.035243.143730.4753

#700307 color RGB value is (112,3,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000011 00000111
Octal 160 3 7
Decimal 112 3 7
Hex 70 3 7

RGB Percentages of Color #700307

%91.80
%2.46
%5.74

CMYK Percentages of Color #700307

%0
%97
%94
%56

Triadic Colors of #700307

#700307 #077003 #030770

Analogous Colors of #700307

#700307 #703603 #70033d

Monochromatic Colors of #700307

#700307

Complementary Color

#700307 #03706c

#700307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700307 Color CSS Codes

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

#700307 Text Font Color

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

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


#700307 Background Color

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

This div background color is #700307


#700307 Border Color

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

This div border color is #700307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700307


Comments

No comments written yet.

Please login to write comment.