Color Hex Logo

#90556e Color Hex

#90556E
(144,85,110)
0 Favorites   0 Comments

Color spaces of #90556e

RGB 14485110
HSL0.930.260.45
HSV335°41°56°
CMYK 0.000.410.24   0.44
XYZ17.564613.552116.4419
Yxy13.55210.36930.2850
Hunter Lab36.813220.7443-0.7115
CIE-Lab43.583627.9719-3.7723

#90556e color RGB value is (144,85,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01010101 01101110
Octal 220 125 156
Decimal 144 85 110
Hex 90 55 6E

RGB Percentages of Color #90556e

%42.48
%25.07
%32.45

CMYK Percentages of Color #90556e

%0
%41
%24
%44

Triadic Colors of #90556e

#90556e #6e9055 #556e90

Analogous Colors of #90556e

#90556e #905a55 #90558c

Monochromatic Colors of #90556e

#90556e

Complementary Color

#90556e #559077

#90556e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90556e Color Preview on White Background

Lorem ipsum dolor sit amet.

#90556e Color CSS Codes

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

#90556e Text Font Color

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

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


#90556e Background Color

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

This div background color is #90556e


#90556e Border Color

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

This div border color is #90556e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,85,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 #90556e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90556e


Comments

No comments written yet.

Please login to write comment.