Color Hex Logo

#90589f Color Hex

#90589F
(144,88,159)
0 Favorites   0 Comments

Color spaces of #90589f

RGB 14488159
HSL0.800.290.48
HSV287°45°62°
CMYK 0.090.450.00   0.38
XYZ21.249315.411934.6557
Yxy15.41190.29800.2161
Hunter Lab39.258027.9158-24.8587
CIE-Lab46.193335.3883-29.3233

#90589f color RGB value is (144,88,159).

#90589f hex color red value is 144, green value is 88 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #90589f hue: 0.80 , saturation: 0.29 and the lightness value of 90589f is 0.48.

The process color (four color CMYK) of #90589f color hex is 0.09, 0.45, 0.00, 0.38. Web safe color of #90589f is #996699. Color #90589f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01011000 10011111
Octal 220 130 237
Decimal 144 88 159
Hex 90 58 9F

RGB Percentages of Color #90589f

%36.83
%22.51
%40.66

CMYK Percentages of Color #90589f

%9
%45
%0
%38

Triadic Colors of #90589f

#90589f #9f9058 #589f90

Analogous Colors of #90589f

#90589f #9f588b #6d589f

Monochromatic Colors of #90589f

#90589f

Complementary Color

#90589f #679f58

#90589f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90589f Color Preview on White Background

Lorem ipsum dolor sit amet.

#90589f Color CSS Codes

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

#90589f Text Font Color

<p style="color:#90589f">Text here</p>

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


#90589f Background Color

<div style="background-color:#90589f">
Div content here</div>

This div background color is #90589f


#90589f Border Color

<div style="border:3px solid #90589f">
Div here</div>

This div border color is #90589f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90589f

#90589f Color Palettes


Comments

No comments written yet.

Please login to write comment.