Color Hex Logo

#591fdd Color Hex

#591FDD
(89,31,221)
0 Favorites   0 Comments

Color spaces of #591fdd

RGB 8931221
HSL0.720.750.49
HSV258°86°87°
CMYK 0.600.860.00   0.13
XYZ17.66108.324369.0825
Yxy8.32430.18580.0876
Hunter Lab28.851958.7739-121.7668
CIE-Lab34.649467.0017-84.5300

#591fdd color RGB value is (89,31,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011111 11011101
Octal 131 37 335
Decimal 89 31 221
Hex 59 1F DD

RGB Percentages of Color #591fdd

%26.10
%9.09
%64.81

CMYK Percentages of Color #591fdd

%60
%86
%0
%13

Triadic Colors of #591fdd

#591fdd #dd591f #1fdd59

Analogous Colors of #591fdd

#591fdd #b81fdd #1f44dd

Monochromatic Colors of #591fdd

#591fdd

Complementary Color

#591fdd #a3dd1f

#591fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#591fdd Color CSS Codes

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

#591fdd Text Font Color

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

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


#591fdd Background Color

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

This div background color is #591fdd


#591fdd Border Color

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

This div border color is #591fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591fdd


Comments

No comments written yet.

Please login to write comment.