Color Hex Logo

#888081 Color Hex

#888081
(136,128,129)
0 Favorites   0 Comments

Color spaces of #888081

RGB 136128129
HSL0.980.030.52
HSV353°53°
CMYK 0.000.060.05   0.47
XYZ21.835022.257623.9142
Yxy22.25760.32110.3273
Hunter Lab47.17800.05232.9709
CIE-Lab54.29933.21160.5368

#888081 color RGB value is (136,128,129).

#888081 hex color red value is 136, green value is 128 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #888081 hue: 0.98 , saturation: 0.03 and the lightness value of 888081 is 0.52.

The process color (four color CMYK) of #888081 color hex is 0.00, 0.06, 0.05, 0.47. Web safe color of #888081 is #999999. Color #888081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000000 10000001
Octal 210 200 201
Decimal 136 128 129
Hex 88 80 81

RGB Percentages of Color #888081

%34.61
%32.57
%32.82

CMYK Percentages of Color #888081

%0
%6
%5
%47

Triadic Colors of #888081

#888081 #818880 #808188

Analogous Colors of #888081

#888081 #888380 #888085

Monochromatic Colors of #888081

#888081

Complementary Color

#888081 #808887

#888081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888081 Color CSS Codes

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

#888081 Text Font Color

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

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


#888081 Background Color

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

This div background color is #888081


#888081 Border Color

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

This div border color is #888081


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,128,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #888081; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #888081;
  -webkit-box-shadow: 1px 1px 3px 2px #888081;
  box-shadow:         1px 1px 3px 2px #888081; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888081


Comments

No comments written yet.

Please login to write comment.