Color Hex Logo

#88120d Color Hex

#88120D
(136,18,13)
0 Favorites   0 Comments

Color spaces of #88120d

RGB 1361813
HSL0.010.830.29
HSV90°53°
CMYK 0.000.870.90   0.47
XYZ10.44235.69590.9298
Yxy5.69590.61180.3337
Hunter Lab23.866136.334714.3964
CIE-Lab28.631947.093736.0660

#88120d color RGB value is (136,18,13).

#88120d hex color red value is 136, green value is 18 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #88120d hue: 0.01 , saturation: 0.83 and the lightness value of 88120d is 0.29.

The process color (four color CMYK) of #88120d color hex is 0.00, 0.87, 0.90, 0.47. Web safe color of #88120d is #990000. Color #88120d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010010 00001101
Octal 210 22 15
Decimal 136 18 13
Hex 88 12 D

RGB Percentages of Color #88120d

%81.44
%10.78
%7.78

CMYK Percentages of Color #88120d

%0
%87
%90
%47

Triadic Colors of #88120d

#88120d #0d8812 #120d88

Analogous Colors of #88120d

#88120d #88500d #880d45

Monochromatic Colors of #88120d

#88120d

Complementary Color

#88120d #0d8388

#88120d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88120d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88120d Color CSS Codes

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

#88120d Text Font Color

<p style="color:#88120d">Text here</p>

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


#88120d Background Color

<div style="background-color:#88120d">
Div content here</div>

This div background color is #88120d


#88120d Border Color

<div style="border:3px solid #88120d">
Div here</div>

This div border color is #88120d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,18,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88120d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88120d;
  -webkit-box-shadow: 1px 1px 3px 2px #88120d;
  box-shadow:         1px 1px 3px 2px #88120d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,18,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88120d


Comments

No comments written yet.

Please login to write comment.