Color Hex Logo

#591fde Color Hex

#591FDE
(89,31,222)
0 Favorites   0 Comments

Color spaces of #591fde

RGB 8931222
HSL0.720.750.50
HSV258°86°87°
CMYK 0.600.860.00   0.13
XYZ17.79468.377769.7864
Yxy8.37770.18540.0873
Hunter Lab28.944359.0873-122.6909
CIE-Lab34.757467.2535-84.9254

#591fde color RGB value is (89,31,222).

#591fde hex color red value is 89, green value is 31 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #591fde hue: 0.72 , saturation: 0.75 and the lightness value of 591fde is 0.50.

The process color (four color CMYK) of #591fde color hex is 0.60, 0.86, 0.00, 0.13. Web safe color of #591fde is #6633cc. Color #591fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011111 11011110
Octal 131 37 336
Decimal 89 31 222
Hex 59 1F DE

RGB Percentages of Color #591fde

%26.02
%9.06
%64.91

CMYK Percentages of Color #591fde

%60
%86
%0
%13

Triadic Colors of #591fde

#591fde #de591f #1fde59

Analogous Colors of #591fde

#591fde #b91fde #1f45de

Monochromatic Colors of #591fde

#591fde

Complementary Color

#591fde #a4de1f

#591fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#591fde Color CSS Codes

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

#591fde Text Font Color

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

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


#591fde Background Color

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

This div background color is #591fde


#591fde Border Color

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

This div border color is #591fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591fde


Comments

No comments written yet.

Please login to write comment.