Color Hex Logo

#70211c Color Hex

#70211C
(112,33,28)
0 Favorites   0 Comments

Color spaces of #70211c

RGB 1123328
HSL0.010.600.27
HSV75°44°
CMYK 0.000.710.75   0.56
XYZ7.43554.61631.5977
Yxy4.61630.54470.3382
Hunter Lab21.485624.173610.6310
CIE-Lab25.612434.478722.7817

#70211c color RGB value is (112,33,28).

#70211c hex color red value is 112, green value is 33 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #70211c hue: 0.01 , saturation: 0.60 and the lightness value of 70211c is 0.27.

The process color (four color CMYK) of #70211c color hex is 0.00, 0.71, 0.75, 0.56. Web safe color of #70211c is #663333. Color #70211c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100001 00011100
Octal 160 41 34
Decimal 112 33 28
Hex 70 21 1C

RGB Percentages of Color #70211c

%64.74
%19.08
%16.18

CMYK Percentages of Color #70211c

%0
%71
%75
%56

Triadic Colors of #70211c

#70211c #1c7021 #211c70

Analogous Colors of #70211c

#70211c #704b1c #701c41

Monochromatic Colors of #70211c

#70211c

Complementary Color

#70211c #1c6b70

#70211c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70211c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70211c Color CSS Codes

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

#70211c Text Font Color

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

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


#70211c Background Color

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

This div background color is #70211c


#70211c Border Color

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

This div border color is #70211c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70211c


Comments

No comments written yet.

Please login to write comment.