Color Hex Logo

#59498f Color Hex

#59498F
(89,73,143)
0 Favorites   0 Comments

Color spaces of #59498f

RGB 8973143
HSL0.700.320.42
HSV254°49°56°
CMYK 0.380.490.00   0.44
XYZ11.46038.872127.0951
Yxy8.87210.24160.1871
Hunter Lab29.786116.5529-33.0833
CIE-Lab35.736924.0108-36.5965

#59498f color RGB value is (89,73,143).

#59498f hex color red value is 89, green value is 73 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #59498f hue: 0.70 , saturation: 0.32 and the lightness value of 59498f is 0.42.

The process color (four color CMYK) of #59498f color hex is 0.38, 0.49, 0.00, 0.44. Web safe color of #59498f is #663399. Color #59498f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001001 10001111
Octal 131 111 217
Decimal 89 73 143
Hex 59 49 8F

RGB Percentages of Color #59498f

%29.18
%23.93
%46.89

CMYK Percentages of Color #59498f

%38
%49
%0
%44

Triadic Colors of #59498f

#59498f #8f5949 #498f59

Analogous Colors of #59498f

#59498f #7c498f #495c8f

Monochromatic Colors of #59498f

#59498f

Complementary Color

#59498f #7f8f49

#59498f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59498f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59498f Color CSS Codes

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

#59498f Text Font Color

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

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


#59498f Background Color

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

This div background color is #59498f


#59498f Border Color

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

This div border color is #59498f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59498f


Comments

No comments written yet.

Please login to write comment.