Color Hex Logo

#70141f Color Hex

#70141F
(112,20,31)
0 Favorites   0 Comments

Color spaces of #70141f

RGB 1122031
HSL0.980.700.26
HSV353°82°44°
CMYK 0.000.820.72   0.56
XYZ7.17964.04401.6985
Yxy4.04400.55560.3130
Hunter Lab20.109728.53649.0691
CIE-Lab23.816439.738318.6763

#70141f color RGB value is (112,20,31).

#70141f hex color red value is 112, green value is 20 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #70141f hue: 0.98 , saturation: 0.70 and the lightness value of 70141f is 0.26.

The process color (four color CMYK) of #70141f color hex is 0.00, 0.82, 0.72, 0.56. Web safe color of #70141f is #660033. Color #70141f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010100 00011111
Octal 160 24 37
Decimal 112 20 31
Hex 70 14 1F

RGB Percentages of Color #70141f

%68.71
%12.27
%19.02

CMYK Percentages of Color #70141f

%0
%82
%72
%56

Triadic Colors of #70141f

#70141f #1f7014 #141f70

Analogous Colors of #70141f

#70141f #703714 #70144d

Monochromatic Colors of #70141f

#70141f

Complementary Color

#70141f #147065

#70141f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70141f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70141f Color CSS Codes

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

#70141f Text Font Color

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

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


#70141f Background Color

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

This div background color is #70141f


#70141f Border Color

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

This div border color is #70141f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70141f


Comments

No comments written yet.

Please login to write comment.