Color Hex Logo

#590488 Color Hex

#590488
(89,4,136)
0 Favorites   0 Comments

Color spaces of #590488

RGB 894136
HSL0.770.940.27
HSV279°97°53°
CMYK 0.350.970.00   0.47
XYZ8.60723.988323.6087
Yxy3.98830.23770.1102
Hunter Lab19.970741.9831-56.1111
CIE-Lab23.632753.7011-51.8205

#590488 color RGB value is (89,4,136).

#590488 hex color red value is 89, green value is 4 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #590488 hue: 0.77 , saturation: 0.94 and the lightness value of 590488 is 0.27.

The process color (four color CMYK) of #590488 color hex is 0.35, 0.97, 0.00, 0.47. Web safe color of #590488 is #660099. Color #590488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000100 10001000
Octal 131 4 210
Decimal 89 4 136
Hex 59 4 88

RGB Percentages of Color #590488

%38.86
%1.75
%59.39

CMYK Percentages of Color #590488

%35
%97
%0
%47

Triadic Colors of #590488

#590488 #885904 #048859

Analogous Colors of #590488

#590488 #880475 #170488

Monochromatic Colors of #590488

#590488

Complementary Color

#590488 #338804

#590488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590488 Color CSS Codes

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

#590488 Text Font Color

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

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


#590488 Background Color

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

This div background color is #590488


#590488 Border Color

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

This div border color is #590488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590488


Comments

No comments written yet.

Please login to write comment.