Color Hex Logo

#5939aa Color Hex

#5939AA
(89,57,170)
0 Favorites   0 Comments

Color spaces of #5939aa

RGB 8957170
HSL0.710.500.45
HSV257°66°67°
CMYK 0.480.660.00   0.33
XYZ12.83867.952438.8885
Yxy7.95240.21510.1333
Hunter Lab28.200031.9156-62.0224
CIE-Lab33.883641.5294-55.8943

#5939aa color RGB value is (89,57,170).

#5939aa hex color red value is 89, green value is 57 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5939aa hue: 0.71 , saturation: 0.50 and the lightness value of 5939aa is 0.45.

The process color (four color CMYK) of #5939aa color hex is 0.48, 0.66, 0.00, 0.33. Web safe color of #5939aa is #663399. Color #5939aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111001 10101010
Octal 131 71 252
Decimal 89 57 170
Hex 59 39 AA

RGB Percentages of Color #5939aa

%28.16
%18.04
%53.80

CMYK Percentages of Color #5939aa

%48
%66
%0
%33

Triadic Colors of #5939aa

#5939aa #aa5939 #39aa59

Analogous Colors of #5939aa

#5939aa #9239aa #3951aa

Monochromatic Colors of #5939aa

#5939aa

Complementary Color

#5939aa #8aaa39

#5939aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5939aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5939aa Color CSS Codes

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

#5939aa Text Font Color

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

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


#5939aa Background Color

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

This div background color is #5939aa


#5939aa Border Color

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

This div border color is #5939aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5939aa


Comments

No comments written yet.

Please login to write comment.