Color Hex Logo

#591eea Color Hex

#591EEA
(89,30,234)
0 Favorites   0 Comments

Color spaces of #591eea

RGB 8930234
HSL0.710.830.52
HSV257°87°92°
CMYK 0.620.870.00   0.08
XYZ19.43548.992978.5533
Yxy8.99290.18170.0841
Hunter Lab29.988263.2070-134.3171
CIE-Lab35.970670.5586-89.7717

#591eea color RGB value is (89,30,234).

#591eea hex color red value is 89, green value is 30 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #591eea hue: 0.71 , saturation: 0.83 and the lightness value of 591eea is 0.52.

The process color (four color CMYK) of #591eea color hex is 0.62, 0.87, 0.00, 0.08. Web safe color of #591eea is #6633ff. Color #591eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011110 11101010
Octal 131 36 352
Decimal 89 30 234
Hex 59 1E EA

RGB Percentages of Color #591eea

%25.21
%8.50
%66.29

CMYK Percentages of Color #591eea

%62
%87
%0
%8

Triadic Colors of #591eea

#591eea #ea591e #1eea59

Analogous Colors of #591eea

#591eea #bf1eea #1e49ea

Monochromatic Colors of #591eea

#591eea

Complementary Color

#591eea #afea1e

#591eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#591eea Color CSS Codes

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

#591eea Text Font Color

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

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


#591eea Background Color

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

This div background color is #591eea


#591eea Border Color

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

This div border color is #591eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591eea


Comments

No comments written yet.

Please login to write comment.