Color Hex Logo

#590acf Color Hex

#590ACF
(89,10,207)
0 Favorites   0 Comments

Color spaces of #590acf

RGB 8910207
HSL0.730.910.43
HSV264°95°81°
CMYK 0.570.950.00   0.19
XYZ15.49086.845959.5364
Yxy6.84590.18920.0836
Hunter Lab26.164759.8928-116.5962
CIE-Lab31.453568.5759-81.7287

#590acf color RGB value is (89,10,207).

#590acf hex color red value is 89, green value is 10 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #590acf hue: 0.73 , saturation: 0.91 and the lightness value of 590acf is 0.43.

The process color (four color CMYK) of #590acf color hex is 0.57, 0.95, 0.00, 0.19. Web safe color of #590acf is #6600cc. Color #590acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001010 11001111
Octal 131 12 317
Decimal 89 10 207
Hex 59 A CF

RGB Percentages of Color #590acf

%29.08
%3.27
%67.65

CMYK Percentages of Color #590acf

%57
%95
%0
%19

Triadic Colors of #590acf

#590acf #cf590a #0acf59

Analogous Colors of #590acf

#590acf #bc0acf #0a1dcf

Monochromatic Colors of #590acf

#590acf

Complementary Color

#590acf #80cf0a

#590acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#590acf Color CSS Codes

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

#590acf Text Font Color

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

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


#590acf Background Color

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

This div background color is #590acf


#590acf Border Color

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

This div border color is #590acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590acf


Comments

No comments written yet.

Please login to write comment.