Color Hex Logo

#90878c Color Hex

#90878C
(144,135,140)
0 Favorites   0 Comments

Color spaces of #90878c

RGB 144135140
HSL0.910.040.55
HSV327°56°
CMYK 0.000.060.03   0.44
XYZ24.899225.150728.3532
Yxy25.15070.31760.3208
Hunter Lab50.15050.86011.5850
CIE-Lab57.22204.3162-1.4709

#90878c color RGB value is (144,135,140).

#90878c hex color red value is 144, green value is 135 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #90878c hue: 0.91 , saturation: 0.04 and the lightness value of 90878c is 0.55.

The process color (four color CMYK) of #90878c color hex is 0.00, 0.06, 0.03, 0.44. Web safe color of #90878c is #999999. Color #90878c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10000111 10001100
Octal 220 207 214
Decimal 144 135 140
Hex 90 87 8C

RGB Percentages of Color #90878c

%34.37
%32.22
%33.41

CMYK Percentages of Color #90878c

%0
%6
%3
%44

Triadic Colors of #90878c

#90878c #8c9087 #878c90

Analogous Colors of #90878c

#90878c #908788 #908790

Monochromatic Colors of #90878c

#90878c

Complementary Color

#90878c #87908b

#90878c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90878c Color Preview on White Background

Lorem ipsum dolor sit amet.

#90878c Color CSS Codes

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

#90878c Text Font Color

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

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


#90878c Background Color

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

This div background color is #90878c


#90878c Border Color

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

This div border color is #90878c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,135,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90878c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90878c;
  -webkit-box-shadow: 1px 1px 3px 2px #90878c;
  box-shadow:         1px 1px 3px 2px #90878c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90878c


Comments

No comments written yet.

Please login to write comment.