Color Hex Logo

#590cbd Color Hex

#590CBD
(89,12,189)
0 Favorites   0 Comments

Color spaces of #590cbd

RGB 8912189
HSL0.740.880.39
HSV266°94°74°
CMYK 0.530.940.00   0.26
XYZ13.43666.060948.6058
Yxy6.06090.19730.0890
Hunter Lab24.618954.3394-99.8247
CIE-Lab29.565664.0642-74.2912

#590cbd color RGB value is (89,12,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001100 10111101
Octal 131 14 275
Decimal 89 12 189
Hex 59 C BD

RGB Percentages of Color #590cbd

%30.69
%4.14
%65.17

CMYK Percentages of Color #590cbd

%53
%94
%0
%26

Triadic Colors of #590cbd

#590cbd #bd590c #0cbd59

Analogous Colors of #590cbd

#590cbd #b20cbd #0c18bd

Monochromatic Colors of #590cbd

#590cbd

Complementary Color

#590cbd #70bd0c

#590cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#590cbd Color CSS Codes

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

#590cbd Text Font Color

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

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


#590cbd Background Color

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

This div background color is #590cbd


#590cbd Border Color

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

This div border color is #590cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590cbd


Comments

No comments written yet.

Please login to write comment.