Color Hex Logo

#5903aa Color Hex

#5903AA
(89,3,170)
0 Favorites   0 Comments

Color spaces of #5903aa

RGB 893170
HSL0.750.970.34
HSV271°98°67°
CMYK 0.480.980.00   0.33
XYZ11.40815.091338.4116
Yxy5.09130.20780.0927
Hunter Lab22.563950.7611-85.1374
CIE-Lab26.993361.3229-67.1916

#5903aa color RGB value is (89,3,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000011 10101010
Octal 131 3 252
Decimal 89 3 170
Hex 59 3 AA

RGB Percentages of Color #5903aa

%33.97
%1.15
%64.89

CMYK Percentages of Color #5903aa

%48
%98
%0
%33

Triadic Colors of #5903aa

#5903aa #aa5903 #03aa59

Analogous Colors of #5903aa

#5903aa #aa03a8 #0503aa

Monochromatic Colors of #5903aa

#5903aa

Complementary Color

#5903aa #54aa03

#5903aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5903aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5903aa Color CSS Codes

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

#5903aa Text Font Color

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

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


#5903aa Background Color

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

This div background color is #5903aa


#5903aa Border Color

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

This div border color is #5903aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,3,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 #5903aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5903aa


Comments

No comments written yet.

Please login to write comment.