Color Hex Logo

#591ce7 Color Hex

#591CE7
(89,28,231)
0 Favorites   0 Comments

Color spaces of #591ce7

RGB 8928231
HSL0.720.810.51
HSV258°88°91°
CMYK 0.610.880.00   0.09
XYZ18.95898.723976.2859
Yxy8.72390.18240.0839
Hunter Lab29.536262.8882-132.4582
CIE-Lab35.447270.3875-88.9314

#591ce7 color RGB value is (89,28,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011100 11100111
Octal 131 34 347
Decimal 89 28 231
Hex 59 1C E7

RGB Percentages of Color #591ce7

%25.57
%8.05
%66.38

CMYK Percentages of Color #591ce7

%61
%88
%0
%9

Triadic Colors of #591ce7

#591ce7 #e7591c #1ce759

Analogous Colors of #591ce7

#591ce7 #bf1ce7 #1c45e7

Monochromatic Colors of #591ce7

#591ce7

Complementary Color

#591ce7 #aae71c

#591ce7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591ce7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#591ce7 Color CSS Codes

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

#591ce7 Text Font Color

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

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


#591ce7 Background Color

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

This div background color is #591ce7


#591ce7 Border Color

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

This div border color is #591ce7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591ce7


Comments

No comments written yet.

Please login to write comment.