Color Hex Logo

#88545e Color Hex

#88545E
(136,84,94)
0 Favorites   0 Comments

Color spaces of #88545e

RGB 1368494
HSL0.970.240.43
HSV348°38°53°
CMYK 0.000.380.31   0.47
XYZ15.344012.383012.1711
Yxy12.38300.38460.3104
Hunter Lab35.189516.25144.1258
CIE-Lab41.818523.03383.3441

#88545e color RGB value is (136,84,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010100 01011110
Octal 210 124 136
Decimal 136 84 94
Hex 88 54 5E

RGB Percentages of Color #88545e

%43.31
%26.75
%29.94

CMYK Percentages of Color #88545e

%0
%38
%31
%47

Triadic Colors of #88545e

#88545e #5e8854 #545e88

Analogous Colors of #88545e

#88545e #886454 #885478

Monochromatic Colors of #88545e

#88545e

Complementary Color

#88545e #54887e

#88545e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88545e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88545e Color CSS Codes

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

#88545e Text Font Color

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

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


#88545e Background Color

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

This div background color is #88545e


#88545e Border Color

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

This div border color is #88545e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88545e


Comments

No comments written yet.

Please login to write comment.