Color Hex Logo

#591ebe Color Hex

#591EBE
(89,30,190)
0 Favorites   0 Comments

Color spaces of #591ebe

RGB 8930190
HSL0.730.730.43
HSV262°84°75°
CMYK 0.530.840.00   0.25
XYZ13.87846.770149.2905
Yxy6.77010.19840.0968
Hunter Lab26.019449.6755-94.1038
CIE-Lab31.277759.5084-72.0537

#591ebe color RGB value is (89,30,190).

#591ebe hex color red value is 89, green value is 30 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #591ebe hue: 0.73 , saturation: 0.73 and the lightness value of 591ebe is 0.43.

The process color (four color CMYK) of #591ebe color hex is 0.53, 0.84, 0.00, 0.25. Web safe color of #591ebe is #6633cc. Color #591ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011110 10111110
Octal 131 36 276
Decimal 89 30 190
Hex 59 1E BE

RGB Percentages of Color #591ebe

%28.80
%9.71
%61.49

CMYK Percentages of Color #591ebe

%53
%84
%0
%25

Triadic Colors of #591ebe

#591ebe #be591e #1ebe59

Analogous Colors of #591ebe

#591ebe #a91ebe #1e33be

Monochromatic Colors of #591ebe

#591ebe

Complementary Color

#591ebe #83be1e

#591ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#591ebe Color CSS Codes

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

#591ebe Text Font Color

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

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


#591ebe Background Color

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

This div background color is #591ebe


#591ebe Border Color

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

This div border color is #591ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591ebe


Comments

No comments written yet.

Please login to write comment.