Color Hex Logo

#590ccb Color Hex

#590CCB
(89,12,203)
0 Favorites   0 Comments

Color spaces of #590ccb

RGB 8912203
HSL0.730.890.42
HSV264°94°80°
CMYK 0.560.940.00   0.20
XYZ15.03086.698657.0007
Yxy6.69860.19090.0851
Hunter Lab25.881758.3712-112.4607
CIE-Lab31.110767.3230-79.9642

#590ccb color RGB value is (89,12,203).

#590ccb hex color red value is 89, green value is 12 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #590ccb hue: 0.73 , saturation: 0.89 and the lightness value of 590ccb is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001100 11001011
Octal 131 14 313
Decimal 89 12 203
Hex 59 C CB

RGB Percentages of Color #590ccb

%29.28
%3.95
%66.78

CMYK Percentages of Color #590ccb

%56
%94
%0
%20

Triadic Colors of #590ccb

#590ccb #cb590c #0ccb59

Analogous Colors of #590ccb

#590ccb #b90ccb #0c1fcb

Monochromatic Colors of #590ccb

#590ccb

Complementary Color

#590ccb #7ecb0c

#590ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#590ccb Color CSS Codes

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

#590ccb Text Font Color

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

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


#590ccb Background Color

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

This div background color is #590ccb


#590ccb Border Color

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

This div border color is #590ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590ccb


Comments

No comments written yet.

Please login to write comment.