Color Hex Logo

#590ddc Color Hex

#590DDC
(89,13,220)
0 Favorites   0 Comments

Color spaces of #590ddc

RGB 8913220
HSL0.730.890.46
HSV262°94°86°
CMYK 0.600.940.00   0.14
XYZ17.18207.579068.2674
Yxy7.57900.18470.0815
Hunter Lab27.530063.2279-127.7532
CIE-Lab33.090371.1188-86.5396

#590ddc color RGB value is (89,13,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001101 11011100
Octal 131 15 334
Decimal 89 13 220
Hex 59 D DC

RGB Percentages of Color #590ddc

%27.64
%4.04
%68.32

CMYK Percentages of Color #590ddc

%60
%94
%0
%14

Triadic Colors of #590ddc

#590ddc #dc590d #0ddc59

Analogous Colors of #590ddc

#590ddc #c10ddc #0d29dc

Monochromatic Colors of #590ddc

#590ddc

Complementary Color

#590ddc #90dc0d

#590ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#590ddc Color CSS Codes

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

#590ddc Text Font Color

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

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


#590ddc Background Color

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

This div background color is #590ddc


#590ddc Border Color

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

This div border color is #590ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590ddc


Comments

No comments written yet.

Please login to write comment.