Color Hex Logo

#590efc Color Hex

#590EFC
(89,14,252)
0 Favorites   0 Comments

Color spaces of #590efc

RGB 8914252
HSL0.720.980.52
HSV259°94°99°
CMYK 0.650.940.00   0.01
XYZ21.84759.466292.7711
Yxy9.46620.17610.0763
Hunter Lab30.767272.9086-157.2378
CIE-Lab36.866878.4099-98.4543

#590efc color RGB value is (89,14,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001110 11111100
Octal 131 16 374
Decimal 89 14 252
Hex 59 E FC

RGB Percentages of Color #590efc

%25.07
%3.94
%70.99

CMYK Percentages of Color #590efc

%65
%94
%0
%1

Triadic Colors of #590efc

#590efc #fc590e #0efc59

Analogous Colors of #590efc

#590efc #d00efc #0e3afc

Monochromatic Colors of #590efc

#590efc

Complementary Color

#590efc #b1fc0e

#590efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#590efc Color CSS Codes

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

#590efc Text Font Color

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

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


#590efc Background Color

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

This div background color is #590efc


#590efc Border Color

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

This div border color is #590efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590efc


Comments

No comments written yet.

Please login to write comment.