Color Hex Logo

#888590 Color Hex

#888590
(136,133,144)
0 Favorites   0 Comments

Color spaces of #888590

RGB 136133144
HSL0.710.050.54
HSV256°56°
CMYK 0.060.080.00   0.44
XYZ23.574924.022929.7799
Yxy24.02290.30470.3105
Hunter Lab49.01320.0839-1.7148
CIE-Lab56.11073.3304-5.4940

#888590 color RGB value is (136,133,144).

#888590 hex color red value is 136, green value is 133 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #888590 hue: 0.71 , saturation: 0.05 and the lightness value of 888590 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000101 10010000
Octal 210 205 220
Decimal 136 133 144
Hex 88 85 90

RGB Percentages of Color #888590

%32.93
%32.20
%34.87

CMYK Percentages of Color #888590

%6
%8
%0
%44

Triadic Colors of #888590

#888590 #908885 #859088

Analogous Colors of #888590

#888590 #8e8590 #858890

Monochromatic Colors of #888590

#888590

Complementary Color

#888590 #8d9085

#888590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888590 Color CSS Codes

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

#888590 Text Font Color

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

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


#888590 Background Color

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

This div background color is #888590


#888590 Border Color

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

This div border color is #888590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888590


Comments

No comments written yet.

Please login to write comment.