Color Hex Logo

#88828e Color Hex

#88828E
(136,130,142)
0 Favorites   0 Comments

Color spaces of #88828e

RGB 136130142
HSL0.750.050.53
HSV270°56°
CMYK 0.040.080.00   0.44
XYZ23.018523.152528.8469
Yxy23.15250.30680.3086
Hunter Lab48.11701.1870-1.8633
CIE-Lab55.22914.6394-5.6439

#88828e color RGB value is (136,130,142).

#88828e hex color red value is 136, green value is 130 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #88828e hue: 0.75 , saturation: 0.05 and the lightness value of 88828e is 0.53.

The process color (four color CMYK) of #88828e color hex is 0.04, 0.08, 0.00, 0.44. Web safe color of #88828e is #999999. Color #88828e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000010 10001110
Octal 210 202 216
Decimal 136 130 142
Hex 88 82 8E

RGB Percentages of Color #88828e

%33.33
%31.86
%34.80

CMYK Percentages of Color #88828e

%4
%8
%0
%44

Triadic Colors of #88828e

#88828e #8e8882 #828e88

Analogous Colors of #88828e

#88828e #8e828e #82828e

Monochromatic Colors of #88828e

#88828e

Complementary Color

#88828e #888e82

#88828e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88828e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88828e Color CSS Codes

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

#88828e Text Font Color

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

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


#88828e Background Color

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

This div background color is #88828e


#88828e Border Color

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

This div border color is #88828e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88828e


Comments

No comments written yet.

Please login to write comment.