Color Hex Logo

#590cdf Color Hex

#590CDF
(89,12,223)
0 Favorites   0 Comments

Color spaces of #590cdf

RGB 8912223
HSL0.730.900.46
HSV262°95°87°
CMYK 0.600.950.00   0.13
XYZ17.57067.714570.3750
Yxy7.71450.18370.0806
Hunter Lab27.775064.3138-130.7838
CIE-Lab33.381171.9807-87.7819

#590cdf color RGB value is (89,12,223).

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

The process color (four color CMYK) of #590cdf color hex is 0.60, 0.95, 0.00, 0.13. Web safe color of #590cdf is #6600cc. Color #590cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001100 11011111
Octal 131 14 337
Decimal 89 12 223
Hex 59 C DF

RGB Percentages of Color #590cdf

%27.47
%3.70
%68.83

CMYK Percentages of Color #590cdf

%60
%95
%0
%13

Triadic Colors of #590cdf

#590cdf #df590c #0cdf59

Analogous Colors of #590cdf

#590cdf #c30cdf #0c29df

Monochromatic Colors of #590cdf

#590cdf

Complementary Color

#590cdf #92df0c

#590cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#590cdf Color CSS Codes

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

#590cdf Text Font Color

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

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


#590cdf Background Color

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

This div background color is #590cdf


#590cdf Border Color

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

This div border color is #590cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590cdf


Comments

No comments written yet.

Please login to write comment.