Color Hex Logo

#88506f Color Hex

#88506F
(136,80,111)
0 Favorites   0 Comments

Color spaces of #88506f

RGB 13680111
HSL0.910.260.42
HSV327°41°53°
CMYK 0.000.410.18   0.47
XYZ15.891212.119316.5406
Yxy12.11930.35670.2720
Hunter Lab34.812820.5586-3.8015
CIE-Lab41.405128.0142-7.7411

#88506f color RGB value is (136,80,111).

#88506f hex color red value is 136, green value is 80 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #88506f hue: 0.91 , saturation: 0.26 and the lightness value of 88506f is 0.42.

The process color (four color CMYK) of #88506f color hex is 0.00, 0.41, 0.18, 0.47. Web safe color of #88506f is #996666. Color #88506f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010000 01101111
Octal 210 120 157
Decimal 136 80 111
Hex 88 50 6F

RGB Percentages of Color #88506f

%41.59
%24.46
%33.94

CMYK Percentages of Color #88506f

%0
%41
%18
%47

Triadic Colors of #88506f

#88506f #6f8850 #506f88

Analogous Colors of #88506f

#88506f #885053 #855088

Monochromatic Colors of #88506f

#88506f

Complementary Color

#88506f #508869

#88506f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88506f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88506f Color CSS Codes

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

#88506f Text Font Color

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

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


#88506f Background Color

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

This div background color is #88506f


#88506f Border Color

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

This div border color is #88506f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88506f


Comments

No comments written yet.

Please login to write comment.