Color Hex Logo

#591dbf Color Hex

#591DBF
(89,29,191)
0 Favorites   0 Comments

Color spaces of #591dbf

RGB 8929191
HSL0.730.740.43
HSV262°85°75°
CMYK 0.530.850.00   0.25
XYZ13.96326.764249.8599
Yxy6.76420.19780.0958
Hunter Lab26.008150.3188-95.4588
CIE-Lab31.264060.1028-72.6664

#591dbf color RGB value is (89,29,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011101 10111111
Octal 131 35 277
Decimal 89 29 191
Hex 59 1D BF

RGB Percentages of Color #591dbf

%28.80
%9.39
%61.81

CMYK Percentages of Color #591dbf

%53
%85
%0
%25

Triadic Colors of #591dbf

#591dbf #bf591d #1dbf59

Analogous Colors of #591dbf

#591dbf #aa1dbf #1d32bf

Monochromatic Colors of #591dbf

#591dbf

Complementary Color

#591dbf #83bf1d

#591dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#591dbf Color CSS Codes

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

#591dbf Text Font Color

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

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


#591dbf Background Color

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

This div background color is #591dbf


#591dbf Border Color

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

This div border color is #591dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591dbf


Comments

No comments written yet.

Please login to write comment.