Color Hex Logo

#5921ab Color Hex

#5921AB
(89,33,171)
0 Favorites   0 Comments

Color spaces of #5921ab

RGB 8933171
HSL0.730.680.40
HSV264°81°67°
CMYK 0.480.810.00   0.33
XYZ12.01446.151839.0823
Yxy6.15180.20990.1075
Hunter Lab24.802843.0598-76.0625
CIE-Lab29.792353.5526-63.1836

#5921ab color RGB value is (89,33,171).

#5921ab hex color red value is 89, green value is 33 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5921ab hue: 0.73 , saturation: 0.68 and the lightness value of 5921ab is 0.40.

The process color (four color CMYK) of #5921ab color hex is 0.48, 0.81, 0.00, 0.33. Web safe color of #5921ab is #663399. Color #5921ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100001 10101011
Octal 131 41 253
Decimal 89 33 171
Hex 59 21 AB

RGB Percentages of Color #5921ab

%30.38
%11.26
%58.36

CMYK Percentages of Color #5921ab

%48
%81
%0
%33

Triadic Colors of #5921ab

#5921ab #ab5921 #21ab59

Analogous Colors of #5921ab

#5921ab #9e21ab #212eab

Monochromatic Colors of #5921ab

#5921ab

Complementary Color

#5921ab #73ab21

#5921ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5921ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5921ab Color CSS Codes

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

#5921ab Text Font Color

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

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


#5921ab Background Color

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

This div background color is #5921ab


#5921ab Border Color

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

This div border color is #5921ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5921ab


Comments

No comments written yet.

Please login to write comment.