Color Hex Logo

#590dee Color Hex

#590DEE
(89,13,238)
0 Favorites   0 Comments

Color spaces of #590dee

RGB 8913238
HSL0.720.900.49
HSV260°95°93°
CMYK 0.630.950.00   0.07
XYZ19.69648.584781.5078
Yxy8.58470.17940.0782
Hunter Lab29.299768.7204-144.4272
CIE-Lab35.172175.3133-93.3697

#590dee color RGB value is (89,13,238).

#590dee hex color red value is 89, green value is 13 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #590dee hue: 0.72 , saturation: 0.90 and the lightness value of 590dee is 0.49.

The process color (four color CMYK) of #590dee color hex is 0.63, 0.95, 0.00, 0.07. Web safe color of #590dee is #6600ff. Color #590dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001101 11101110
Octal 131 15 356
Decimal 89 13 238
Hex 59 D EE

RGB Percentages of Color #590dee

%26.18
%3.82
%70.00

CMYK Percentages of Color #590dee

%63
%95
%0
%7

Triadic Colors of #590dee

#590dee #ee590d #0dee59

Analogous Colors of #590dee

#590dee #ca0dee #0d31ee

Monochromatic Colors of #590dee

#590dee

Complementary Color

#590dee #a2ee0d

#590dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#590dee Color CSS Codes

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

#590dee Text Font Color

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

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


#590dee Background Color

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

This div background color is #590dee


#590dee Border Color

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

This div border color is #590dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590dee


Comments

No comments written yet.

Please login to write comment.