Color Hex Logo

#88755e Color Hex

#88755E
(136,117,94)
0 Favorites   0 Comments

Color spaces of #88755e

RGB 13611794
HSL0.090.180.45
HSV33°31°53°
CMYK 0.000.140.31   0.47
XYZ18.535018.765013.2348
Yxy18.76500.36680.3713
Hunter Lab43.31860.568412.2086
CIE-Lab50.41113.694015.4304

#88755e color RGB value is (136,117,94).

#88755e hex color red value is 136, green value is 117 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #88755e hue: 0.09 , saturation: 0.18 and the lightness value of 88755e is 0.45.

The process color (four color CMYK) of #88755e color hex is 0.00, 0.14, 0.31, 0.47. Web safe color of #88755e is #996666. Color #88755e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110101 01011110
Octal 210 165 136
Decimal 136 117 94
Hex 88 75 5E

RGB Percentages of Color #88755e

%39.19
%33.72
%27.09

CMYK Percentages of Color #88755e

%0
%14
%31
%47

Triadic Colors of #88755e

#88755e #5e8875 #755e88

Analogous Colors of #88755e

#88755e #86885e #88605e

Monochromatic Colors of #88755e

#88755e

Complementary Color

#88755e #5e7188

#88755e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88755e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88755e Color CSS Codes

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

#88755e Text Font Color

<p style="color:#88755e">Text here</p>

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


#88755e Background Color

<div style="background-color:#88755e">
Div content here</div>

This div background color is #88755e


#88755e Border Color

<div style="border:3px solid #88755e">
Div here</div>

This div border color is #88755e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,117,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88755e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88755e;
  -webkit-box-shadow: 1px 1px 3px 2px #88755e;
  box-shadow:         1px 1px 3px 2px #88755e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88755e


Comments

No comments written yet.

Please login to write comment.