Color Hex Logo

#88577c Color Hex

#88577C
(136,87,124)
0 Favorites   0 Comments

Color spaces of #88577c

RGB 13687124
HSL0.870.220.44
HSV315°36°53°
CMYK 0.000.360.09   0.47
XYZ17.199613.505920.7692
Yxy13.50590.33410.2624
Hunter Lab36.750419.2269-7.7820
CIE-Lab43.515826.2775-12.5151

#88577c color RGB value is (136,87,124).

#88577c hex color red value is 136, green value is 87 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #88577c hue: 0.87 , saturation: 0.22 and the lightness value of 88577c is 0.44.

The process color (four color CMYK) of #88577c color hex is 0.00, 0.36, 0.09, 0.47. Web safe color of #88577c is #996666. Color #88577c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010111 01111100
Octal 210 127 174
Decimal 136 87 124
Hex 88 57 7C

RGB Percentages of Color #88577c

%39.19
%25.07
%35.73

CMYK Percentages of Color #88577c

%0
%36
%9
%47

Triadic Colors of #88577c

#88577c #7c8857 #577c88

Analogous Colors of #88577c

#88577c #885764 #7c5788

Monochromatic Colors of #88577c

#88577c

Complementary Color

#88577c #578863

#88577c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88577c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88577c Color CSS Codes

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

#88577c Text Font Color

<p style="color:#88577c">Text here</p>

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


#88577c Background Color

<div style="background-color:#88577c">
Div content here</div>

This div background color is #88577c


#88577c Border Color

<div style="border:3px solid #88577c">
Div here</div>

This div border color is #88577c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,87,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88577c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88577c;
  -webkit-box-shadow: 1px 1px 3px 2px #88577c;
  box-shadow:         1px 1px 3px 2px #88577c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88577c


Comments

No comments written yet.

Please login to write comment.