Color Hex Logo

#590dda Color Hex

#590DDA
(89,13,218)
0 Favorites   0 Comments

Color spaces of #590dda

RGB 8913218
HSL0.730.890.45
HSV262°94°85°
CMYK 0.590.940.00   0.15
XYZ16.91867.473766.8805
Yxy7.47370.18540.0819
Hunter Lab27.338162.6260-125.9118
CIE-Lab32.861870.6512-85.7662

#590dda color RGB value is (89,13,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001101 11011010
Octal 131 15 332
Decimal 89 13 218
Hex 59 D DA

RGB Percentages of Color #590dda

%27.81
%4.06
%68.13

CMYK Percentages of Color #590dda

%59
%94
%0
%15

Triadic Colors of #590dda

#590dda #da590d #0dda59

Analogous Colors of #590dda

#590dda #c00dda #0d27da

Monochromatic Colors of #590dda

#590dda

Complementary Color

#590dda #8eda0d

#590dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#590dda Color CSS Codes

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

#590dda Text Font Color

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

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


#590dda Background Color

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

This div background color is #590dda


#590dda Border Color

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

This div border color is #590dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590dda


Comments

No comments written yet.

Please login to write comment.