Color Hex Logo

#591bed Color Hex

#591BED
(89,27,237)
0 Favorites   0 Comments

Color spaces of #591bed

RGB 8927237
HSL0.720.850.52
HSV258°89°93°
CMYK 0.620.890.00   0.07
XYZ19.79789.022180.8187
Yxy9.02210.18060.0823
Hunter Lab30.036865.0881-138.5032
CIE-Lab36.026872.1360-91.3828

#591bed color RGB value is (89,27,237).

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

The process color (four color CMYK) of #591bed color hex is 0.62, 0.89, 0.00, 0.07. Web safe color of #591bed is #6633ff. Color #591bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011011 11101101
Octal 131 33 355
Decimal 89 27 237
Hex 59 1B ED

RGB Percentages of Color #591bed

%25.21
%7.65
%67.14

CMYK Percentages of Color #591bed

%62
%89
%0
%7

Triadic Colors of #591bed

#591bed #ed591b #1bed59

Analogous Colors of #591bed

#591bed #c21bed #1b46ed

Monochromatic Colors of #591bed

#591bed

Complementary Color

#591bed #afed1b

#591bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#591bed Color CSS Codes

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

#591bed Text Font Color

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

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


#591bed Background Color

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

This div background color is #591bed


#591bed Border Color

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

This div border color is #591bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591bed


Comments

No comments written yet.

Please login to write comment.