Color Hex Logo

#90579f Color Hex

#90579F
(144,87,159)
0 Favorites   0 Comments

Color spaces of #90579f

RGB 14487159
HSL0.800.290.48
HSV288°45°62°
CMYK 0.090.450.00   0.38
XYZ21.167815.248934.6286
Yxy15.24890.29790.2146
Hunter Lab39.049828.4225-25.2423
CIE-Lab45.973235.9483-29.6671

#90579f color RGB value is (144,87,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01010111 10011111
Octal 220 127 237
Decimal 144 87 159
Hex 90 57 9F

RGB Percentages of Color #90579f

%36.92
%22.31
%40.77

CMYK Percentages of Color #90579f

%9
%45
%0
%38

Triadic Colors of #90579f

#90579f #9f9057 #579f90

Analogous Colors of #90579f

#90579f #9f578a #6c579f

Monochromatic Colors of #90579f

#90579f

Complementary Color

#90579f #669f57

#90579f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90579f Color Preview on White Background

Lorem ipsum dolor sit amet.

#90579f Color CSS Codes

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

#90579f Text Font Color

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

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


#90579f Background Color

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

This div background color is #90579f


#90579f Border Color

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

This div border color is #90579f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90579f


Comments

No comments written yet.

Please login to write comment.