Color Hex Logo

#591ad1 Color Hex

#591AD1
(89,26,209)
0 Favorites   0 Comments

Color spaces of #591ad1

RGB 8926209
HSL0.720.780.46
HSV261°88°82°
CMYK 0.570.880.00   0.18
XYZ15.99787.466160.9195
Yxy7.46610.18960.0885
Hunter Lab27.324256.6912-113.0607
CIE-Lab32.845365.5245-80.5859

#591ad1 color RGB value is (89,26,209).

#591ad1 hex color red value is 89, green value is 26 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #591ad1 hue: 0.72 , saturation: 0.78 and the lightness value of 591ad1 is 0.46.

The process color (four color CMYK) of #591ad1 color hex is 0.57, 0.88, 0.00, 0.18. Web safe color of #591ad1 is #6633cc. Color #591ad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011010 11010001
Octal 131 32 321
Decimal 89 26 209
Hex 59 1A D1

RGB Percentages of Color #591ad1

%27.47
%8.02
%64.51

CMYK Percentages of Color #591ad1

%57
%88
%0
%18

Triadic Colors of #591ad1

#591ad1 #d1591a #1ad159

Analogous Colors of #591ad1

#591ad1 #b51ad1 #1a36d1

Monochromatic Colors of #591ad1

#591ad1

Complementary Color

#591ad1 #92d11a

#591ad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591ad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#591ad1 Color CSS Codes

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

#591ad1 Text Font Color

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

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


#591ad1 Background Color

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

This div background color is #591ad1


#591ad1 Border Color

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

This div border color is #591ad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591ad1


Comments

No comments written yet.

Please login to write comment.