Color Hex Logo

#591ade Color Hex

#591ADE
(89,26,222)
0 Favorites   0 Comments

Color spaces of #591ade

RGB 8926222
HSL0.720.790.49
HSV259°88°87°
CMYK 0.600.880.00   0.13
XYZ17.67408.136669.7462
Yxy8.13660.18500.0851
Hunter Lab28.524760.6808-125.0035
CIE-Lab34.265868.7251-85.7400

#591ade color RGB value is (89,26,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011010 11011110
Octal 131 32 336
Decimal 89 26 222
Hex 59 1A DE

RGB Percentages of Color #591ade

%26.41
%7.72
%65.88

CMYK Percentages of Color #591ade

%60
%88
%0
%13

Triadic Colors of #591ade

#591ade #de591a #1ade59

Analogous Colors of #591ade

#591ade #bb1ade #1a3dde

Monochromatic Colors of #591ade

#591ade

Complementary Color

#591ade #9fde1a

#591ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#591ade Color CSS Codes

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

#591ade Text Font Color

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

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


#591ade Background Color

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

This div background color is #591ade


#591ade Border Color

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

This div border color is #591ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591ade


Comments

No comments written yet.

Please login to write comment.