Color Hex Logo

#88516f Color Hex

#88516F
(136,81,111)
0 Favorites   0 Comments

Color spaces of #88516f

RGB 13681111
HSL0.910.250.43
HSV327°40°53°
CMYK 0.000.400.18   0.47
XYZ15.965012.266816.5652
Yxy12.26680.35640.2738
Hunter Lab35.024020.0737-3.5254
CIE-Lab41.637127.4402-7.3940

#88516f color RGB value is (136,81,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010001 01101111
Octal 210 121 157
Decimal 136 81 111
Hex 88 51 6F

RGB Percentages of Color #88516f

%41.46
%24.70
%33.84

CMYK Percentages of Color #88516f

%0
%40
%18
%47

Triadic Colors of #88516f

#88516f #6f8851 #516f88

Analogous Colors of #88516f

#88516f #885154 #865188

Monochromatic Colors of #88516f

#88516f

Complementary Color

#88516f #51886a

#88516f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88516f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88516f Color CSS Codes

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

#88516f Text Font Color

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

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


#88516f Background Color

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

This div background color is #88516f


#88516f Border Color

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

This div border color is #88516f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,81,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 #88516f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88516f


Comments

No comments written yet.

Please login to write comment.