Color Hex Logo

#88155b Color Hex

#88155B
(136,21,91)
0 Favorites   0 Comments

Color spaces of #88155b

RGB 1362191
HSL0.900.730.31
HSV323°85°53°
CMYK 0.000.850.33   0.47
XYZ12.30986.525910.5084
Yxy6.52590.41950.2224
Hunter Lab25.545841.3088-6.5071
CIE-Lab30.702351.6701-11.2181

#88155b color RGB value is (136,21,91).

#88155b hex color red value is 136, green value is 21 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #88155b hue: 0.90 , saturation: 0.73 and the lightness value of 88155b is 0.31.

The process color (four color CMYK) of #88155b color hex is 0.00, 0.85, 0.33, 0.47. Web safe color of #88155b is #990066. Color #88155b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010101 01011011
Octal 210 25 133
Decimal 136 21 91
Hex 88 15 5B

RGB Percentages of Color #88155b

%54.84
%8.47
%36.69

CMYK Percentages of Color #88155b

%0
%85
%33
%47

Triadic Colors of #88155b

#88155b #5b8815 #155b88

Analogous Colors of #88155b

#88155b #881522 #7c1588

Monochromatic Colors of #88155b

#88155b

Complementary Color

#88155b #158842

#88155b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88155b Color Preview on White Background

Lorem ipsum dolor sit amet.

#88155b Color CSS Codes

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

#88155b Text Font Color

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

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


#88155b Background Color

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

This div background color is #88155b


#88155b Border Color

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

This div border color is #88155b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88155b


Comments

No comments written yet.

Please login to write comment.