Color Hex Logo

#5922ab Color Hex

#5922AB
(89,34,171)
0 Favorites   0 Comments

Color spaces of #5922ab

RGB 8934171
HSL0.730.670.40
HSV264°80°67°
CMYK 0.480.800.00   0.33
XYZ12.04256.208239.0917
Yxy6.20820.21000.1083
Hunter Lab24.916342.6690-75.5801
CIE-Lab29.931853.1468-62.9544

#5922ab color RGB value is (89,34,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100010 10101011
Octal 131 42 253
Decimal 89 34 171
Hex 59 22 AB

RGB Percentages of Color #5922ab

%30.27
%11.56
%58.16

CMYK Percentages of Color #5922ab

%48
%80
%0
%33

Triadic Colors of #5922ab

#5922ab #ab5922 #22ab59

Analogous Colors of #5922ab

#5922ab #9e22ab #222fab

Monochromatic Colors of #5922ab

#5922ab

Complementary Color

#5922ab #74ab22

#5922ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5922ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5922ab Color CSS Codes

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

#5922ab Text Font Color

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

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


#5922ab Background Color

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

This div background color is #5922ab


#5922ab Border Color

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

This div border color is #5922ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5922ab


Comments

No comments written yet.

Please login to write comment.