Color Hex Logo

#88535f Color Hex

#88535F
(136,83,95)
0 Favorites   0 Comments

Color spaces of #88535f

RGB 1368395
HSL0.960.240.43
HSV346°39°53°
CMYK 0.000.390.30   0.47
XYZ15.312212.247012.3833
Yxy12.24700.38340.3066
Hunter Lab34.995716.85933.5171
CIE-Lab41.606023.76132.4211

#88535f color RGB value is (136,83,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010011 01011111
Octal 210 123 137
Decimal 136 83 95
Hex 88 53 5F

RGB Percentages of Color #88535f

%43.31
%26.43
%30.25

CMYK Percentages of Color #88535f

%0
%39
%30
%47

Triadic Colors of #88535f

#88535f #5f8853 #535f88

Analogous Colors of #88535f

#88535f #886253 #88537a

Monochromatic Colors of #88535f

#88535f

Complementary Color

#88535f #53887c

#88535f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88535f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88535f Color CSS Codes

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

#88535f Text Font Color

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

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


#88535f Background Color

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

This div background color is #88535f


#88535f Border Color

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

This div border color is #88535f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88535f


Comments

No comments written yet.

Please login to write comment.