Color Hex Logo

#70151e Color Hex

#70151E
(112,21,30)
0 Favorites   0 Comments

Color spaces of #70151e

RGB 1122130
HSL0.980.680.26
HSV354°81°44°
CMYK 0.000.810.73   0.56
XYZ7.18464.07481.6361
Yxy4.07480.55710.3160
Hunter Lab20.186128.20569.3248
CIE-Lab23.917239.352719.4698

#70151e color RGB value is (112,21,30).

#70151e hex color red value is 112, green value is 21 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #70151e hue: 0.98 , saturation: 0.68 and the lightness value of 70151e is 0.26.

The process color (four color CMYK) of #70151e color hex is 0.00, 0.81, 0.73, 0.56. Web safe color of #70151e is #660033. Color #70151e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010101 00011110
Octal 160 25 36
Decimal 112 21 30
Hex 70 15 1E

RGB Percentages of Color #70151e

%68.71
%12.88
%18.40

CMYK Percentages of Color #70151e

%0
%81
%73
%56

Triadic Colors of #70151e

#70151e #1e7015 #151e70

Analogous Colors of #70151e

#70151e #703a15 #70154c

Monochromatic Colors of #70151e

#70151e

Complementary Color

#70151e #157067

#70151e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70151e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70151e Color CSS Codes

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

#70151e Text Font Color

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

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


#70151e Background Color

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

This div background color is #70151e


#70151e Border Color

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

This div border color is #70151e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70151e


Comments

No comments written yet.

Please login to write comment.