Color Hex Logo

#590374 Color Hex

#590374
(89,3,116)
0 Favorites   0 Comments

Color spaces of #590374

RGB 893116
HSL0.790.950.23
HSV286°97°45°
CMYK 0.230.970.00   0.55
XYZ7.30483.449916.8039
Yxy3.44990.26510.1252
Hunter Lab18.573937.6967-40.6382
CIE-Lab21.762449.8129-42.1710

#590374 color RGB value is (89,3,116).

#590374 hex color red value is 89, green value is 3 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #590374 hue: 0.79 , saturation: 0.95 and the lightness value of 590374 is 0.23.

The process color (four color CMYK) of #590374 color hex is 0.23, 0.97, 0.00, 0.55. Web safe color of #590374 is #660066. Color #590374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000011 01110100
Octal 131 3 164
Decimal 89 3 116
Hex 59 3 74

RGB Percentages of Color #590374

%42.79
%1.44
%55.77

CMYK Percentages of Color #590374

%23
%97
%0
%55

Triadic Colors of #590374

#590374 #745903 #037459

Analogous Colors of #590374

#590374 #740356 #210374

Monochromatic Colors of #590374

#590374

Complementary Color

#590374 #1e7403

#590374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590374 Color CSS Codes

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

#590374 Text Font Color

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

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


#590374 Background Color

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

This div background color is #590374


#590374 Border Color

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

This div border color is #590374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590374


Comments

No comments written yet.

Please login to write comment.