Color Hex Logo

#90597a Color Hex

#90597A
(144,89,122)
0 Favorites   0 Comments

Color spaces of #90597a

RGB 14489122
HSL0.900.240.46
HSV324°38°56°
CMYK 0.000.380.15   0.44
XYZ18.586814.479220.2275
Yxy14.47920.34880.2717
Hunter Lab38.051520.6006-4.8814
CIE-Lab44.912527.6650-9.0974

#90597a color RGB value is (144,89,122).

#90597a hex color red value is 144, green value is 89 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #90597a hue: 0.90 , saturation: 0.24 and the lightness value of 90597a is 0.46.

The process color (four color CMYK) of #90597a color hex is 0.00, 0.38, 0.15, 0.44. Web safe color of #90597a is #996666. Color #90597a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01011001 01111010
Octal 220 131 172
Decimal 144 89 122
Hex 90 59 7A

RGB Percentages of Color #90597a

%40.56
%25.07
%34.37

CMYK Percentages of Color #90597a

%0
%38
%15
%44

Triadic Colors of #90597a

#90597a #7a9059 #597a90

Analogous Colors of #90597a

#90597a #90595f #8b5990

Monochromatic Colors of #90597a

#90597a

Complementary Color

#90597a #59906f

#90597a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90597a Color Preview on White Background

Lorem ipsum dolor sit amet.

#90597a Color CSS Codes

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

#90597a Text Font Color

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

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


#90597a Background Color

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

This div background color is #90597a


#90597a Border Color

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

This div border color is #90597a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,89,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90597a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90597a;
  -webkit-box-shadow: 1px 1px 3px 2px #90597a;
  box-shadow:         1px 1px 3px 2px #90597a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90597a


Comments

No comments written yet.

Please login to write comment.