Color Hex Logo

#700220 Color Hex

#700220
(112,2,32)
0 Favorites   0 Comments

Color spaces of #700220

RGB 112232
HSL0.950.960.22
HSV344°98°44°
CMYK 0.000.980.71   0.56
XYZ6.96453.59241.6928
Yxy3.59240.56850.2933
Hunter Lab18.953632.42097.9722
CIE-Lab22.275444.248216.0754

#700220 color RGB value is (112,2,32).

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

The process color (four color CMYK) of #700220 color hex is 0.00, 0.98, 0.71, 0.56. Web safe color of #700220 is #660033. Color #700220 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000010 00100000
Octal 160 2 40
Decimal 112 2 32
Hex 70 2 20

RGB Percentages of Color #700220

%76.71
%1.37
%21.92

CMYK Percentages of Color #700220

%0
%98
%71
%56

Triadic Colors of #700220

#700220 #207002 #022070

Analogous Colors of #700220

#700220 #701b02 #700257

Monochromatic Colors of #700220

#700220

Complementary Color

#700220 #027052

#700220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700220 Color CSS Codes

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

#700220 Text Font Color

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

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


#700220 Background Color

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

This div background color is #700220


#700220 Border Color

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

This div border color is #700220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700220


Comments

No comments written yet.

Please login to write comment.