Color Hex Logo

#88554b Color Hex

#88554B
(136,85,75)
0 Favorites   0 Comments

Color spaces of #88554b

RGB 1368575
HSL0.030.290.41
HSV10°45°53°
CMYK 0.000.380.45   0.47
XYZ14.671812.23928.2457
Yxy12.23920.41730.3481
Hunter Lab34.984613.636210.5148
CIE-Lab41.593819.967114.6836

#88554b color RGB value is (136,85,75).

#88554b hex color red value is 136, green value is 85 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #88554b hue: 0.03 , saturation: 0.29 and the lightness value of 88554b is 0.41.

The process color (four color CMYK) of #88554b color hex is 0.00, 0.38, 0.45, 0.47. Web safe color of #88554b is #996633. Color #88554b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010101 01001011
Octal 210 125 113
Decimal 136 85 75
Hex 88 55 4B

RGB Percentages of Color #88554b

%45.95
%28.72
%25.34

CMYK Percentages of Color #88554b

%0
%38
%45
%47

Triadic Colors of #88554b

#88554b #4b8855 #554b88

Analogous Colors of #88554b

#88554b #88744b #884b60

Monochromatic Colors of #88554b

#88554b

Complementary Color

#88554b #4b7e88

#88554b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88554b Color Preview on White Background

Lorem ipsum dolor sit amet.

#88554b Color CSS Codes

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

#88554b Text Font Color

<p style="color:#88554b">Text here</p>

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


#88554b Background Color

<div style="background-color:#88554b">
Div content here</div>

This div background color is #88554b


#88554b Border Color

<div style="border:3px solid #88554b">
Div here</div>

This div border color is #88554b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,85,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88554b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88554b;
  -webkit-box-shadow: 1px 1px 3px 2px #88554b;
  box-shadow:         1px 1px 3px 2px #88554b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88554b


Comments

No comments written yet.

Please login to write comment.