Color Hex Logo

#57498f Color Hex

#57498F
(87,73,143)
0 Favorites   0 Comments

Color spaces of #57498f

RGB 8773143
HSL0.700.320.42
HSV252°49°56°
CMYK 0.390.490.00   0.44
XYZ11.27098.774527.0862
Yxy8.77450.23910.1862
Hunter Lab29.621816.0800-33.4796
CIE-Lab35.546523.4632-36.9110

#57498f color RGB value is (87,73,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001001 10001111
Octal 127 111 217
Decimal 87 73 143
Hex 57 49 8F

RGB Percentages of Color #57498f

%28.71
%24.09
%47.19

CMYK Percentages of Color #57498f

%39
%49
%0
%44

Triadic Colors of #57498f

#57498f #8f5749 #498f57

Analogous Colors of #57498f

#57498f #7a498f #495e8f

Monochromatic Colors of #57498f

#57498f

Complementary Color

#57498f #818f49

#57498f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57498f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57498f Color CSS Codes

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

#57498f Text Font Color

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

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


#57498f Background Color

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

This div background color is #57498f


#57498f Border Color

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

This div border color is #57498f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,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 #57498f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57498f


Comments

No comments written yet.

Please login to write comment.