Color Hex Logo

#5921a5 Color Hex

#5921A5
(89,33,165)
0 Favorites   0 Comments

Color spaces of #5921a5

RGB 8933165
HSL0.740.670.39
HSV265°80°65°
CMYK 0.460.800.00   0.35
XYZ11.45525.928236.1378
Yxy5.92820.21400.1108
Hunter Lab24.347941.3719-70.9563
CIE-Lab29.230652.0185-60.4888

#5921a5 color RGB value is (89,33,165).

#5921a5 hex color red value is 89, green value is 33 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #5921a5 hue: 0.74 , saturation: 0.67 and the lightness value of 5921a5 is 0.39.

The process color (four color CMYK) of #5921a5 color hex is 0.46, 0.80, 0.00, 0.35. Web safe color of #5921a5 is #663399. Color #5921a5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100001 10100101
Octal 131 41 245
Decimal 89 33 165
Hex 59 21 A5

RGB Percentages of Color #5921a5

%31.01
%11.50
%57.49

CMYK Percentages of Color #5921a5

%46
%80
%0
%35

Triadic Colors of #5921a5

#5921a5 #a55921 #21a559

Analogous Colors of #5921a5

#5921a5 #9b21a5 #212ba5

Monochromatic Colors of #5921a5

#5921a5

Complementary Color

#5921a5 #6da521

#5921a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5921a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5921a5 Color CSS Codes

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

#5921a5 Text Font Color

<p style="color:#5921a5">Text here</p>

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


#5921a5 Background Color

<div style="background-color:#5921a5">
Div content here</div>

This div background color is #5921a5


#5921a5 Border Color

<div style="border:3px solid #5921a5">
Div here</div>

This div border color is #5921a5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,33,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5921a5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5921a5;
  -webkit-box-shadow: 1px 1px 3px 2px #5921a5;
  box-shadow:         1px 1px 3px 2px #5921a5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5921a5


Comments

No comments written yet.

Please login to write comment.