Color Hex Logo

#573157 Color Hex

#573157
(87,49,87)
0 Favorites   0 Comments

Color spaces of #573157

RGB 874987
HSL0.830.280.27
HSV300°44°34°
CMYK 0.000.440.00   0.66
XYZ6.74914.91109.6090
Yxy4.91100.31730.2309
Hunter Lab22.160815.5811-10.1958
CIE-Lab26.479723.9466-15.8028

#573157 color RGB value is (87,49,87).

#573157 hex color red value is 87, green value is 49 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #573157 hue: 0.83 , saturation: 0.28 and the lightness value of 573157 is 0.27.

The process color (four color CMYK) of #573157 color hex is 0.00, 0.44, 0.00, 0.66. Web safe color of #573157 is #663366. Color #573157 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110001 01010111
Octal 127 61 127
Decimal 87 49 87
Hex 57 31 57

RGB Percentages of Color #573157

%39.01
%21.97
%39.01

CMYK Percentages of Color #573157

%0
%44
%0
%66

Triadic Colors of #573157

#573157 #575731 #315757

Analogous Colors of #573157

#573157 #573144 #443157

Monochromatic Colors of #573157

#573157

Complementary Color

#573157 #315731

#573157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573157 Color CSS Codes

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

#573157 Text Font Color

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

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


#573157 Background Color

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

This div background color is #573157


#573157 Border Color

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

This div border color is #573157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573157


Comments

No comments written yet.

Please login to write comment.