Color Hex Logo

#591fab Color Hex

#591FAB
(89,31,171)
0 Favorites   0 Comments

Color spaces of #591fab

RGB 8931171
HSL0.740.690.40
HSV265°82°67°
CMYK 0.480.820.00   0.33
XYZ11.96056.044139.0643
Yxy6.04410.20960.1059
Hunter Lab24.584843.8171-77.0004
CIE-Lab29.523554.3355-63.6252

#591fab color RGB value is (89,31,171).

#591fab hex color red value is 89, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #591fab hue: 0.74 , saturation: 0.69 and the lightness value of 591fab is 0.40.

The process color (four color CMYK) of #591fab color hex is 0.48, 0.82, 0.00, 0.33. Web safe color of #591fab is #663399. Color #591fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011111 10101011
Octal 131 37 253
Decimal 89 31 171
Hex 59 1F AB

RGB Percentages of Color #591fab

%30.58
%10.65
%58.76

CMYK Percentages of Color #591fab

%48
%82
%0
%33

Triadic Colors of #591fab

#591fab #ab591f #1fab59

Analogous Colors of #591fab

#591fab #9f1fab #1f2bab

Monochromatic Colors of #591fab

#591fab

Complementary Color

#591fab #71ab1f

#591fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#591fab Color CSS Codes

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

#591fab Text Font Color

<p style="color:#591fab">Text here</p>

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


#591fab Background Color

<div style="background-color:#591fab">
Div content here</div>

This div background color is #591fab


#591fab Border Color

<div style="border:3px solid #591fab">
Div here</div>

This div border color is #591fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591fab


Comments

No comments written yet.

Please login to write comment.