Color Hex Logo

#591bdd Color Hex

#591BDD
(89,27,221)
0 Favorites   0 Comments

Color spaces of #591bdd

RGB 8927221
HSL0.720.780.49
HSV259°88°87°
CMYK 0.600.880.00   0.13
XYZ17.56298.128269.0498
Yxy8.12820.18540.0858
Hunter Lab28.510060.0681-123.6404
CIE-Lab34.248568.2004-85.1941

#591bdd color RGB value is (89,27,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011011 11011101
Octal 131 33 335
Decimal 89 27 221
Hex 59 1B DD

RGB Percentages of Color #591bdd

%26.41
%8.01
%65.58

CMYK Percentages of Color #591bdd

%60
%88
%0
%13

Triadic Colors of #591bdd

#591bdd #dd591b #1bdd59

Analogous Colors of #591bdd

#591bdd #ba1bdd #1b3edd

Monochromatic Colors of #591bdd

#591bdd

Complementary Color

#591bdd #9fdd1b

#591bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#591bdd Color CSS Codes

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

#591bdd Text Font Color

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

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


#591bdd Background Color

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

This div background color is #591bdd


#591bdd Border Color

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

This div border color is #591bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591bdd


Comments

No comments written yet.

Please login to write comment.