Color Hex Logo

#57157b Color Hex

#57157B
(87,21,123)
0 Favorites   0 Comments

Color spaces of #57157b

RGB 8721123
HSL0.770.710.28
HSV279°83°48°
CMYK 0.290.830.00   0.52
XYZ7.77383.992619.0998
Yxy3.99260.25190.1294
Hunter Lab19.981534.4778-42.6868
CIE-Lab23.647046.1455-43.6006

#57157b color RGB value is (87,21,123).

#57157b hex color red value is 87, green value is 21 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #57157b hue: 0.77 , saturation: 0.71 and the lightness value of 57157b is 0.28.

The process color (four color CMYK) of #57157b color hex is 0.29, 0.83, 0.00, 0.52. Web safe color of #57157b is #660066. Color #57157b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010101 01111011
Octal 127 25 173
Decimal 87 21 123
Hex 57 15 7B

RGB Percentages of Color #57157b

%37.66
%9.09
%53.25

CMYK Percentages of Color #57157b

%29
%83
%0
%52

Triadic Colors of #57157b

#57157b #7b5715 #157b57

Analogous Colors of #57157b

#57157b #7b156c #24157b

Monochromatic Colors of #57157b

#57157b

Complementary Color

#57157b #397b15

#57157b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57157b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57157b Color CSS Codes

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

#57157b Text Font Color

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

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


#57157b Background Color

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

This div background color is #57157b


#57157b Border Color

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

This div border color is #57157b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57157b


Comments

No comments written yet.

Please login to write comment.