Color Hex Logo

#5900aa Color Hex

#5900AA
(89,0,170)
0 Favorites   0 Comments

Color spaces of #5900aa

RGB 890170
HSL0.751.000.33
HSV271°100°67°
CMYK 0.481.000.00   0.33
XYZ11.37555.026138.4008
Yxy5.02610.20760.0917
Hunter Lab22.419051.3386-85.8629
CIE-Lab26.809061.8822-67.4961

#5900aa color RGB value is (89,0,170).

#5900aa hex color red value is 89, green value is 0 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5900aa hue: 0.75 , saturation: 1.00 and the lightness value of 5900aa is 0.33.

The process color (four color CMYK) of #5900aa color hex is 0.48, 1.00, 0.00, 0.33. Web safe color of #5900aa is #660099. Color #5900aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000000 10101010
Octal 131 0 252
Decimal 89 0 170
Hex 59 0 AA

RGB Percentages of Color #5900aa

%34.36
%0.00
%65.64

CMYK Percentages of Color #5900aa

%48
%100
%0
%33

Triadic Colors of #5900aa

#5900aa #aa5900 #00aa59

Analogous Colors of #5900aa

#5900aa #aa00a6 #0400aa

Monochromatic Colors of #5900aa

#5900aa

Complementary Color

#5900aa #51aa00

#5900aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5900aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5900aa Color CSS Codes

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

#5900aa Text Font Color

<p style="color:#5900aa">Text here</p>

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


#5900aa Background Color

<div style="background-color:#5900aa">
Div content here</div>

This div background color is #5900aa


#5900aa Border Color

<div style="border:3px solid #5900aa">
Div here</div>

This div border color is #5900aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,0,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5900aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5900aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5900aa;
  box-shadow:         1px 1px 3px 2px #5900aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5900aa


Comments

No comments written yet.

Please login to write comment.