Color Hex Logo

#88847a Color Hex

#88847A
(136,132,122)
0 Favorites   0 Comments

Color spaces of #88847a

RGB 136132122
HSL0.120.060.51
HSV43°10°53°
CMYK 0.000.030.10   0.47
XYZ21.917523.141921.7240
Yxy23.14190.32820.3465
Hunter Lab48.1060-2.85956.8997
CIE-Lab55.2182-0.36415.9235

#88847a color RGB value is (136,132,122).

#88847a hex color red value is 136, green value is 132 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #88847a hue: 0.12 , saturation: 0.06 and the lightness value of 88847a is 0.51.

The process color (four color CMYK) of #88847a color hex is 0.00, 0.03, 0.10, 0.47. Web safe color of #88847a is #999966. Color #88847a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000100 01111010
Octal 210 204 172
Decimal 136 132 122
Hex 88 84 7A

RGB Percentages of Color #88847a

%34.87
%33.85
%31.28

CMYK Percentages of Color #88847a

%0
%3
%10
%47

Triadic Colors of #88847a

#88847a #7a8884 #847a88

Analogous Colors of #88847a

#88847a #85887a #887d7a

Monochromatic Colors of #88847a

#88847a

Complementary Color

#88847a #7a7e88

#88847a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88847a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88847a Color CSS Codes

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

#88847a Text Font Color

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

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


#88847a Background Color

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

This div background color is #88847a


#88847a Border Color

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

This div border color is #88847a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88847a


Comments

No comments written yet.

Please login to write comment.