Color Hex Logo

#591aae Color Hex

#591AAE
(89,26,174)
0 Favorites   0 Comments

Color spaces of #591aae

RGB 8926174
HSL0.740.740.39
HSV266°85°68°
CMYK 0.490.850.00   0.32
XYZ12.12925.918640.5475
Yxy5.91860.20700.1010
Hunter Lab24.328246.4197-81.7883
CIE-Lab29.206256.8756-65.9486

#591aae color RGB value is (89,26,174).

#591aae hex color red value is 89, green value is 26 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #591aae hue: 0.74 , saturation: 0.74 and the lightness value of 591aae is 0.39.

The process color (four color CMYK) of #591aae color hex is 0.49, 0.85, 0.00, 0.32. Web safe color of #591aae is #663399. Color #591aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011010 10101110
Octal 131 32 256
Decimal 89 26 174
Hex 59 1A AE

RGB Percentages of Color #591aae

%30.80
%9.00
%60.21

CMYK Percentages of Color #591aae

%49
%85
%0
%32

Triadic Colors of #591aae

#591aae #ae591a #1aae59

Analogous Colors of #591aae

#591aae #a31aae #1a25ae

Monochromatic Colors of #591aae

#591aae

Complementary Color

#591aae #6fae1a

#591aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#591aae Color CSS Codes

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

#591aae Text Font Color

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

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


#591aae Background Color

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

This div background color is #591aae


#591aae Border Color

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

This div border color is #591aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591aae


Comments

No comments written yet.

Please login to write comment.