Color Hex Logo

#70181f Color Hex

#70181F
(112,24,31)
0 Favorites   0 Comments

Color spaces of #70181f

RGB 1122431
HSL0.990.650.27
HSV355°79°44°
CMYK 0.000.790.72   0.56
XYZ7.25604.19691.7240
Yxy4.19690.55070.3185
Hunter Lab20.486327.37139.3510
CIE-Lab24.312038.349119.2820

#70181f color RGB value is (112,24,31).

#70181f hex color red value is 112, green value is 24 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #70181f hue: 0.99 , saturation: 0.65 and the lightness value of 70181f is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011000 00011111
Octal 160 30 37
Decimal 112 24 31
Hex 70 18 1F

RGB Percentages of Color #70181f

%67.07
%14.37
%18.56

CMYK Percentages of Color #70181f

%0
%79
%72
%56

Triadic Colors of #70181f

#70181f #1f7018 #181f70

Analogous Colors of #70181f

#70181f #703d18 #70184b

Monochromatic Colors of #70181f

#70181f

Complementary Color

#70181f #187069

#70181f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70181f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70181f Color CSS Codes

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

#70181f Text Font Color

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

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


#70181f Background Color

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

This div background color is #70181f


#70181f Border Color

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

This div border color is #70181f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,24,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 #70181f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70181f


Comments

No comments written yet.

Please login to write comment.