Color Hex Logo

#700303 Color Hex

#700303
(112,3,3)
0 Favorites   0 Comments

Color spaces of #700303

RGB 11233
HSL0.000.950.23
HSV97°44°
CMYK 0.000.970.97   0.56
XYZ6.73113.51640.4101
Yxy3.51640.63160.3299
Hunter Lab18.752131.256911.8298
CIE-Lab22.003543.056132.0713

#700303 color RGB value is (112,3,3).

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

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

Base Numbers

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

RGB Percentages of Color #700303

%94.92
%2.54
%2.54

CMYK Percentages of Color #700303

%0
%97
%97
%56

Triadic Colors of #700303

#700303 #037003 #030370

Analogous Colors of #700303

#700303 #703a03 #70033a

Monochromatic Colors of #700303

#700303

Complementary Color

#700303 #037070

#700303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700303 Color CSS Codes

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

#700303 Text Font Color

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

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


#700303 Background Color

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

This div background color is #700303


#700303 Border Color

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

This div border color is #700303


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,3,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #700303">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700303


Comments

No comments written yet.

Please login to write comment.