Color Hex Logo

#88537f Color Hex

#88537F
(136,83,127)
0 Favorites   0 Comments

Color spaces of #88537f

RGB 13683127
HSL0.860.240.43
HSV310°39°53°
CMYK 0.000.390.07   0.47
XYZ17.077412.953121.6788
Yxy12.95310.33030.2505
Hunter Lab35.990421.7148-10.5200
CIE-Lab42.692529.1550-15.5914

#88537f color RGB value is (136,83,127).

#88537f hex color red value is 136, green value is 83 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #88537f hue: 0.86 , saturation: 0.24 and the lightness value of 88537f is 0.43.

The process color (four color CMYK) of #88537f color hex is 0.00, 0.39, 0.07, 0.47. Web safe color of #88537f is #996666. Color #88537f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010011 01111111
Octal 210 123 177
Decimal 136 83 127
Hex 88 53 7F

RGB Percentages of Color #88537f

%39.31
%23.99
%36.71

CMYK Percentages of Color #88537f

%0
%39
%7
%47

Triadic Colors of #88537f

#88537f #7f8853 #537f88

Analogous Colors of #88537f

#88537f #885365 #775388

Monochromatic Colors of #88537f

#88537f

Complementary Color

#88537f #53885c

#88537f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88537f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88537f Color CSS Codes

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

#88537f Text Font Color

<p style="color:#88537f">Text here</p>

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


#88537f Background Color

<div style="background-color:#88537f">
Div content here</div>

This div background color is #88537f


#88537f Border Color

<div style="border:3px solid #88537f">
Div here</div>

This div border color is #88537f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,83,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88537f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88537f;
  -webkit-box-shadow: 1px 1px 3px 2px #88537f;
  box-shadow:         1px 1px 3px 2px #88537f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88537f


Comments

No comments written yet.

Please login to write comment.