Color Hex Logo

#700210 Color Hex

#700210
(112,2,16)
0 Favorites   0 Comments

Color spaces of #700210

RGB 112216
HSL0.980.960.22
HSV352°98°44°
CMYK 0.000.980.86   0.56
XYZ6.79733.52560.8125
Yxy3.52560.61040.3166
Hunter Lab18.776631.759710.5780
CIE-Lab22.036743.589326.3727

#700210 color RGB value is (112,2,16).

#700210 hex color red value is 112, green value is 2 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #700210 hue: 0.98 , saturation: 0.96 and the lightness value of 700210 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000010 00010000
Octal 160 2 20
Decimal 112 2 16
Hex 70 2 10

RGB Percentages of Color #700210

%86.15
%1.54
%12.31

CMYK Percentages of Color #700210

%0
%98
%86
%56

Triadic Colors of #700210

#700210 #107002 #021070

Analogous Colors of #700210

#700210 #702b02 #700247

Monochromatic Colors of #700210

#700210

Complementary Color

#700210 #027062

#700210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700210 Color CSS Codes

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

#700210 Text Font Color

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

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


#700210 Background Color

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

This div background color is #700210


#700210 Border Color

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

This div border color is #700210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700210


Comments

No comments written yet.

Please login to write comment.