Color Hex Logo

#88545a Color Hex

#88545A
(136,84,90)
0 Favorites   0 Comments

Color spaces of #88545a

RGB 1368490
HSL0.980.240.43
HSV353°38°53°
CMYK 0.000.380.34   0.47
XYZ15.169112.313111.2500
Yxy12.31310.39160.3179
Hunter Lab35.090015.75645.5544
CIE-Lab41.709522.46525.6506

#88545a color RGB value is (136,84,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010100 01011010
Octal 210 124 132
Decimal 136 84 90
Hex 88 54 5A

RGB Percentages of Color #88545a

%43.87
%27.10
%29.03

CMYK Percentages of Color #88545a

%0
%38
%34
%47

Triadic Colors of #88545a

#88545a #5a8854 #545a88

Analogous Colors of #88545a

#88545a #886854 #885474

Monochromatic Colors of #88545a

#88545a

Complementary Color

#88545a #548882

#88545a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88545a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88545a Color CSS Codes

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

#88545a Text Font Color

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

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


#88545a Background Color

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

This div background color is #88545a


#88545a Border Color

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

This div border color is #88545a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88545a


Comments

No comments written yet.

Please login to write comment.