Color Hex Logo

#90586e Color Hex

#90586E
(144,88,110)
0 Favorites   0 Comments

Color spaces of #90586e

RGB 14488110
HSL0.930.240.45
HSV336°39°56°
CMYK 0.000.390.24   0.44
XYZ17.805814.034516.5223
Yxy14.03450.36820.2902
Hunter Lab37.462619.28050.0750
CIE-Lab44.282426.2577-2.7409

#90586e color RGB value is (144,88,110).

#90586e hex color red value is 144, green value is 88 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #90586e hue: 0.93 , saturation: 0.24 and the lightness value of 90586e is 0.45.

The process color (four color CMYK) of #90586e color hex is 0.00, 0.39, 0.24, 0.44. Web safe color of #90586e is #996666. Color #90586e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01011000 01101110
Octal 220 130 156
Decimal 144 88 110
Hex 90 58 6E

RGB Percentages of Color #90586e

%42.11
%25.73
%32.16

CMYK Percentages of Color #90586e

%0
%39
%24
%44

Triadic Colors of #90586e

#90586e #6e9058 #586e90

Analogous Colors of #90586e

#90586e #905e58 #90588a

Monochromatic Colors of #90586e

#90586e

Complementary Color

#90586e #58907a

#90586e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90586e Color Preview on White Background

Lorem ipsum dolor sit amet.

#90586e Color CSS Codes

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

#90586e Text Font Color

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

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


#90586e Background Color

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

This div background color is #90586e


#90586e Border Color

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

This div border color is #90586e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90586e


Comments

No comments written yet.

Please login to write comment.