Color Hex Logo

#88585e Color Hex

#88585E
(136,88,94)
0 Favorites   0 Comments

Color spaces of #88585e

RGB 1368894
HSL0.980.210.44
HSV353°35°53°
CMYK 0.000.350.31   0.47
XYZ15.663413.021812.2776
Yxy13.02180.38240.3179
Hunter Lab36.085714.32985.0875
CIE-Lab42.796120.69614.7494

#88585e color RGB value is (136,88,94).

#88585e hex color red value is 136, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #88585e hue: 0.98 , saturation: 0.21 and the lightness value of 88585e is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011000 01011110
Octal 210 130 136
Decimal 136 88 94
Hex 88 58 5E

RGB Percentages of Color #88585e

%42.77
%27.67
%29.56

CMYK Percentages of Color #88585e

%0
%35
%31
%47

Triadic Colors of #88585e

#88585e #5e8858 #585e88

Analogous Colors of #88585e

#88585e #886a58 #885876

Monochromatic Colors of #88585e

#88585e

Complementary Color

#88585e #588882

#88585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88585e Color CSS Codes

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

#88585e Text Font Color

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

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


#88585e Background Color

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

This div background color is #88585e


#88585e Border Color

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

This div border color is #88585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88585e


Comments

No comments written yet.

Please login to write comment.