Color Hex Logo

#90717e Color Hex

#90717E
(144,113,126)
0 Favorites   0 Comments

Color spaces of #90717e

RGB 144113126
HSL0.930.120.50
HSV335°22°56°
CMYK 0.000.220.13   0.44
XYZ21.172619.245922.3376
Yxy19.24590.33740.3067
Hunter Lab43.87019.37490.5201
CIE-Lab50.973714.4176-2.4847

#90717e color RGB value is (144,113,126).

#90717e hex color red value is 144, green value is 113 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #90717e hue: 0.93 , saturation: 0.12 and the lightness value of 90717e is 0.50.

The process color (four color CMYK) of #90717e color hex is 0.00, 0.22, 0.13, 0.44. Web safe color of #90717e is #996666. Color #90717e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110001 01111110
Octal 220 161 176
Decimal 144 113 126
Hex 90 71 7E

RGB Percentages of Color #90717e

%37.60
%29.50
%32.90

CMYK Percentages of Color #90717e

%0
%22
%13
%44

Triadic Colors of #90717e

#90717e #7e9071 #717e90

Analogous Colors of #90717e

#90717e #907471 #90718e

Monochromatic Colors of #90717e

#90717e

Complementary Color

#90717e #719083

#90717e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90717e Color Preview on White Background

Lorem ipsum dolor sit amet.

#90717e Color CSS Codes

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

#90717e Text Font Color

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

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


#90717e Background Color

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

This div background color is #90717e


#90717e Border Color

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

This div border color is #90717e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,113,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90717e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90717e;
  -webkit-box-shadow: 1px 1px 3px 2px #90717e;
  box-shadow:         1px 1px 3px 2px #90717e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90717e


Comments

No comments written yet.

Please login to write comment.