Color Hex Logo

#590fae Color Hex

#590FAE
(89,15,174)
0 Favorites   0 Comments

Color spaces of #590fae

RGB 8915174
HSL0.740.840.37
HSV268°91°68°
CMYK 0.490.910.00   0.32
XYZ11.93065.521540.4813
Yxy5.52150.20590.0953
Hunter Lab23.497949.5087-85.6942
CIE-Lab28.171759.9532-67.6539

#590fae color RGB value is (89,15,174).

#590fae hex color red value is 89, green value is 15 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #590fae hue: 0.74 , saturation: 0.84 and the lightness value of 590fae is 0.37.

The process color (four color CMYK) of #590fae color hex is 0.49, 0.91, 0.00, 0.32. Web safe color of #590fae is #660099. Color #590fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001111 10101110
Octal 131 17 256
Decimal 89 15 174
Hex 59 F AE

RGB Percentages of Color #590fae

%32.01
%5.40
%62.59

CMYK Percentages of Color #590fae

%49
%91
%0
%32

Triadic Colors of #590fae

#590fae #ae590f #0fae59

Analogous Colors of #590fae

#590fae #a90fae #0f14ae

Monochromatic Colors of #590fae

#590fae

Complementary Color

#590fae #64ae0f

#590fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#590fae Color CSS Codes

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

#590fae Text Font Color

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

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


#590fae Background Color

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

This div background color is #590fae


#590fae Border Color

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

This div border color is #590fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590fae


Comments

No comments written yet.

Please login to write comment.