Color Hex Logo

#591cea Color Hex

#591CEA
(89,28,234)
0 Favorites   0 Comments

Color spaces of #591cea

RGB 8928234
HSL0.720.830.51
HSV258°88°92°
CMYK 0.620.880.00   0.08
XYZ19.38648.894978.5370
Yxy8.89490.18150.0833
Hunter Lab29.824363.8360-135.2526
CIE-Lab35.781171.1275-90.0859

#591cea color RGB value is (89,28,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011100 11101010
Octal 131 34 352
Decimal 89 28 234
Hex 59 1C EA

RGB Percentages of Color #591cea

%25.36
%7.98
%66.67

CMYK Percentages of Color #591cea

%62
%88
%0
%8

Triadic Colors of #591cea

#591cea #ea591c #1cea59

Analogous Colors of #591cea

#591cea #c01cea #1c46ea

Monochromatic Colors of #591cea

#591cea

Complementary Color

#591cea #adea1c

#591cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#591cea Color CSS Codes

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

#591cea Text Font Color

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

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


#591cea Background Color

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

This div background color is #591cea


#591cea Border Color

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

This div border color is #591cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591cea


Comments

No comments written yet.

Please login to write comment.