Color Hex Logo

#591bbf Color Hex

#591BBF
(89,27,191)
0 Favorites   0 Comments

Color spaces of #591bbf

RGB 8927191
HSL0.730.750.43
HSV263°86°75°
CMYK 0.530.860.00   0.25
XYZ13.91576.669349.8441
Yxy6.66930.19760.0947
Hunter Lab25.825050.9903-96.3565
CIE-Lab31.041960.7605-73.0330

#591bbf color RGB value is (89,27,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011011 10111111
Octal 131 33 277
Decimal 89 27 191
Hex 59 1B BF

RGB Percentages of Color #591bbf

%28.99
%8.79
%62.21

CMYK Percentages of Color #591bbf

%53
%86
%0
%25

Triadic Colors of #591bbf

#591bbf #bf591b #1bbf59

Analogous Colors of #591bbf

#591bbf #ab1bbf #1b2fbf

Monochromatic Colors of #591bbf

#591bbf

Complementary Color

#591bbf #81bf1b

#591bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#591bbf Color CSS Codes

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

#591bbf Text Font Color

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

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


#591bbf Background Color

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

This div background color is #591bbf


#591bbf Border Color

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

This div border color is #591bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591bbf


Comments

No comments written yet.

Please login to write comment.