Color Hex Logo

#88535e Color Hex

#88535E
(136,83,94)
0 Favorites   0 Comments

Color spaces of #88535e

RGB 1368394
HSL0.970.240.43
HSV348°39°53°
CMYK 0.000.390.31   0.47
XYZ15.267012.228912.1454
Yxy12.22890.38510.3085
Hunter Lab34.969816.73163.8868
CIE-Lab41.577623.61572.9967

#88535e color RGB value is (136,83,94).

#88535e hex color red value is 136, green value is 83 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #88535e hue: 0.97 , saturation: 0.24 and the lightness value of 88535e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010011 01011110
Octal 210 123 136
Decimal 136 83 94
Hex 88 53 5E

RGB Percentages of Color #88535e

%43.45
%26.52
%30.03

CMYK Percentages of Color #88535e

%0
%39
%31
%47

Triadic Colors of #88535e

#88535e #5e8853 #535e88

Analogous Colors of #88535e

#88535e #886353 #885379

Monochromatic Colors of #88535e

#88535e

Complementary Color

#88535e #53887d

#88535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88535e Color CSS Codes

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

#88535e Text Font Color

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

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


#88535e Background Color

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

This div background color is #88535e


#88535e Border Color

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

This div border color is #88535e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88535e


Comments

No comments written yet.

Please login to write comment.