Color Hex Logo

#88121b Color Hex

#88121B
(136,18,27)
0 Favorites   0 Comments

Color spaces of #88121b

RGB 1361827
HSL0.990.770.30
HSV355°87°53°
CMYK 0.000.870.80   0.47
XYZ10.56755.74601.5890
Yxy5.74600.59030.3210
Hunter Lab23.970836.742512.8493
CIE-Lab28.762447.484628.3018

#88121b color RGB value is (136,18,27).

#88121b hex color red value is 136, green value is 18 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #88121b hue: 0.99 , saturation: 0.77 and the lightness value of 88121b is 0.30.

The process color (four color CMYK) of #88121b color hex is 0.00, 0.87, 0.80, 0.47. Web safe color of #88121b is #990033. Color #88121b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010010 00011011
Octal 210 22 33
Decimal 136 18 27
Hex 88 12 1B

RGB Percentages of Color #88121b

%75.14
%9.94
%14.92

CMYK Percentages of Color #88121b

%0
%87
%80
%47

Triadic Colors of #88121b

#88121b #1b8812 #121b88

Analogous Colors of #88121b

#88121b #884412 #881256

Monochromatic Colors of #88121b

#88121b

Complementary Color

#88121b #12887f

#88121b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88121b Color Preview on White Background

Lorem ipsum dolor sit amet.

#88121b Color CSS Codes

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

#88121b Text Font Color

<p style="color:#88121b">Text here</p>

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


#88121b Background Color

<div style="background-color:#88121b">
Div content here</div>

This div background color is #88121b


#88121b Border Color

<div style="border:3px solid #88121b">
Div here</div>

This div border color is #88121b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88121b


Comments

No comments written yet.

Please login to write comment.