Color Hex Logo

#70182f Color Hex

#70182F
(112,24,47)
0 Favorites   0 Comments

Color spaces of #70182f

RGB 1122447
HSL0.960.650.27
HSV344°79°44°
CMYK 0.000.790.58   0.56
XYZ7.52184.30323.1235
Yxy4.30320.50320.2879
Hunter Lab20.744228.42165.5935
CIE-Lab24.649539.45328.8610

#70182f color RGB value is (112,24,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011000 00101111
Octal 160 30 57
Decimal 112 24 47
Hex 70 18 2F

RGB Percentages of Color #70182f

%61.20
%13.11
%25.68

CMYK Percentages of Color #70182f

%0
%79
%58
%56

Triadic Colors of #70182f

#70182f #2f7018 #182f70

Analogous Colors of #70182f

#70182f #702d18 #70185b

Monochromatic Colors of #70182f

#70182f

Complementary Color

#70182f #187059

#70182f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70182f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70182f Color CSS Codes

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

#70182f Text Font Color

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

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


#70182f Background Color

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

This div background color is #70182f


#70182f Border Color

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

This div border color is #70182f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70182f


Comments

No comments written yet.

Please login to write comment.