Color Hex Logo

#5928aa Color Hex

#5928AA
(89,40,170)
0 Favorites   0 Comments

Color spaces of #5928aa

RGB 8940170
HSL0.730.620.41
HSV263°76°67°
CMYK 0.480.760.00   0.33
XYZ12.13436.543738.6537
Yxy6.54370.21170.1141
Hunter Lab25.580739.9061-71.6838
CIE-Lab30.744750.2792-61.0199

#5928aa color RGB value is (89,40,170).

#5928aa hex color red value is 89, green value is 40 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5928aa hue: 0.73 , saturation: 0.62 and the lightness value of 5928aa is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101000 10101010
Octal 131 50 252
Decimal 89 40 170
Hex 59 28 AA

RGB Percentages of Color #5928aa

%29.77
%13.38
%56.86

CMYK Percentages of Color #5928aa

%48
%76
%0
%33

Triadic Colors of #5928aa

#5928aa #aa5928 #28aa59

Analogous Colors of #5928aa

#5928aa #9a28aa #2838aa

Monochromatic Colors of #5928aa

#5928aa

Complementary Color

#5928aa #79aa28

#5928aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5928aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5928aa Color CSS Codes

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

#5928aa Text Font Color

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

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


#5928aa Background Color

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

This div background color is #5928aa


#5928aa Border Color

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

This div border color is #5928aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5928aa


Comments

No comments written yet.

Please login to write comment.