Color Hex Logo

#88805b Color Hex

#88805B
(136,128,91)
0 Favorites   0 Comments

Color spaces of #88805b

RGB 13612891
HSL0.140.200.45
HSV49°33°53°
CMYK 0.000.060.33   0.47
XYZ19.760821.427912.9920
Yxy21.42790.36470.3955
Hunter Lab46.2903-4.808315.7626
CIE-Lab53.4147-2.996421.2184

#88805b color RGB value is (136,128,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000000 01011011
Octal 210 200 133
Decimal 136 128 91
Hex 88 80 5B

RGB Percentages of Color #88805b

%38.31
%36.06
%25.63

CMYK Percentages of Color #88805b

%0
%6
%33
%47

Triadic Colors of #88805b

#88805b #5b8880 #805b88

Analogous Colors of #88805b

#88805b #7a885b #886a5b

Monochromatic Colors of #88805b

#88805b

Complementary Color

#88805b #5b6388

#88805b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88805b Color Preview on White Background

Lorem ipsum dolor sit amet.

#88805b Color CSS Codes

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

#88805b Text Font Color

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

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


#88805b Background Color

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

This div background color is #88805b


#88805b Border Color

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

This div border color is #88805b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88805b


Comments

No comments written yet.

Please login to write comment.