Color Hex Logo

#88805c Color Hex

#88805C
(136,128,92)
0 Favorites   0 Comments

Color spaces of #88805c

RGB 13612892
HSL0.140.190.45
HSV49°32°53°
CMYK 0.000.060.32   0.47
XYZ19.804321.445313.2208
Yxy21.44530.36360.3937
Hunter Lab46.3091-4.704515.4896
CIE-Lab53.4334-2.860120.6762

#88805c color RGB value is (136,128,92).

#88805c hex color red value is 136, green value is 128 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #88805c hue: 0.14 , saturation: 0.19 and the lightness value of 88805c is 0.45.

The process color (four color CMYK) of #88805c color hex is 0.00, 0.06, 0.32, 0.47. Web safe color of #88805c is #999966. Color #88805c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000000 01011100
Octal 210 200 134
Decimal 136 128 92
Hex 88 80 5C

RGB Percentages of Color #88805c

%38.20
%35.96
%25.84

CMYK Percentages of Color #88805c

%0
%6
%32
%47

Triadic Colors of #88805c

#88805c #5c8880 #805c88

Analogous Colors of #88805c

#88805c #7a885c #886a5c

Monochromatic Colors of #88805c

#88805c

Complementary Color

#88805c #5c6488

#88805c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88805c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88805c Color CSS Codes

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

#88805c Text Font Color

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

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


#88805c Background Color

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

This div background color is #88805c


#88805c Border Color

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

This div border color is #88805c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88805c


Comments

No comments written yet.

Please login to write comment.