Color Hex Logo

#57317a Color Hex

#57317A
(87,49,122)
0 Favorites   0 Comments

Color spaces of #57317a

RGB 8749122
HSL0.750.430.34
HSV271°60°48°
CMYK 0.290.600.00   0.52
XYZ8.54165.628019.0485
Yxy5.62800.25710.1694
Hunter Lab23.723422.7529-31.0000
CIE-Lab28.453832.3485-35.2125

#57317a color RGB value is (87,49,122).

#57317a hex color red value is 87, green value is 49 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #57317a hue: 0.75 , saturation: 0.43 and the lightness value of 57317a is 0.34.

The process color (four color CMYK) of #57317a color hex is 0.29, 0.60, 0.00, 0.52. Web safe color of #57317a is #663366. Color #57317a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110001 01111010
Octal 127 61 172
Decimal 87 49 122
Hex 57 31 7A

RGB Percentages of Color #57317a

%33.72
%18.99
%47.29

CMYK Percentages of Color #57317a

%29
%60
%0
%52

Triadic Colors of #57317a

#57317a #7a5731 #317a57

Analogous Colors of #57317a

#57317a #7a3179 #33317a

Monochromatic Colors of #57317a

#57317a

Complementary Color

#57317a #547a31

#57317a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57317a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57317a Color CSS Codes

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

#57317a Text Font Color

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

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


#57317a Background Color

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

This div background color is #57317a


#57317a Border Color

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

This div border color is #57317a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57317a


Comments

No comments written yet.

Please login to write comment.