Color Hex Logo

#590bbb Color Hex

#590BBB
(89,11,187)
0 Favorites   0 Comments

Color spaces of #590bbb

RGB 8911187
HSL0.740.890.39
HSV267°94°73°
CMYK 0.520.940.00   0.27
XYZ13.20915.951047.4662
Yxy5.95100.19830.0893
Hunter Lab24.394753.9626-98.2879
CIE-Lab29.288563.7801-73.5649

#590bbb color RGB value is (89,11,187).

#590bbb hex color red value is 89, green value is 11 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #590bbb hue: 0.74 , saturation: 0.89 and the lightness value of 590bbb is 0.39.

The process color (four color CMYK) of #590bbb color hex is 0.52, 0.94, 0.00, 0.27. Web safe color of #590bbb is #6600cc. Color #590bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001011 10111011
Octal 131 13 273
Decimal 89 11 187
Hex 59 B BB

RGB Percentages of Color #590bbb

%31.01
%3.83
%65.16

CMYK Percentages of Color #590bbb

%52
%94
%0
%27

Triadic Colors of #590bbb

#590bbb #bb590b #0bbb59

Analogous Colors of #590bbb

#590bbb #b10bbb #0b15bb

Monochromatic Colors of #590bbb

#590bbb

Complementary Color

#590bbb #6dbb0b

#590bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#590bbb Color CSS Codes

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

#590bbb Text Font Color

<p style="color:#590bbb">Text here</p>

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


#590bbb Background Color

<div style="background-color:#590bbb">
Div content here</div>

This div background color is #590bbb


#590bbb Border Color

<div style="border:3px solid #590bbb">
Div here</div>

This div border color is #590bbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,11,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #590bbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #590bbb;
  -webkit-box-shadow: 1px 1px 3px 2px #590bbb;
  box-shadow:         1px 1px 3px 2px #590bbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590bbb


Comments

No comments written yet.

Please login to write comment.