Color Hex Logo

#590dfe Color Hex

#590DFE
(89,13,254)
0 Favorites   0 Comments

Color spaces of #590dfe

RGB 8913254
HSL0.720.990.52
HSV259°95°100°
CMYK 0.650.950.00   0.00
XYZ22.15319.567594.4450
Yxy9.56750.17560.0758
Hunter Lab30.931473.7121-159.3825
CIE-Lab37.054779.0214-99.2639

#590dfe color RGB value is (89,13,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001101 11111110
Octal 131 15 376
Decimal 89 13 254
Hex 59 D FE

RGB Percentages of Color #590dfe

%25.00
%3.65
%71.35

CMYK Percentages of Color #590dfe

%65
%95
%0
%0

Triadic Colors of #590dfe

#590dfe #fe590d #0dfe59

Analogous Colors of #590dfe

#590dfe #d20dfe #0d3afe

Monochromatic Colors of #590dfe

#590dfe

Complementary Color

#590dfe #b2fe0d

#590dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#590dfe Color CSS Codes

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

#590dfe Text Font Color

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

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


#590dfe Background Color

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

This div background color is #590dfe


#590dfe Border Color

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

This div border color is #590dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.