Color Hex Logo

#590dff Color Hex

#590DFF
(89,13,255)
0 Favorites   0 Comments

Color spaces of #590dff

RGB 8913255
HSL0.721.000.53
HSV259°95°100°
CMYK 0.650.950.00   0.00
XYZ22.31379.631795.2908
Yxy9.63170.17540.0757
Hunter Lab31.035074.0277-160.3214
CIE-Lab37.173179.2528-99.6275

#590dff color RGB value is (89,13,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001101 11111111
Octal 131 15 377
Decimal 89 13 255
Hex 59 D FF

RGB Percentages of Color #590dff

%24.93
%3.64
%71.43

CMYK Percentages of Color #590dff

%65
%95
%0
%0

Triadic Colors of #590dff

#590dff #ff590d #0dff59

Analogous Colors of #590dff

#590dff #d20dff #0d3aff

Monochromatic Colors of #590dff

#590dff

Complementary Color

#590dff #b3ff0d

#590dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#590dff Color CSS Codes

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

#590dff Text Font Color

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

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


#590dff Background Color

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

This div background color is #590dff


#590dff Border Color

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

This div border color is #590dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590dff

Related Colors


Comments

No comments written yet.

Please login to write comment.