Color Hex Logo

#57137e Color Hex

#57137E
(87,19,126)
0 Favorites   0 Comments

Color spaces of #57137e

RGB 8719126
HSL0.770.740.28
HSV278°85°49°
CMYK 0.310.850.00   0.51
XYZ7.92923.998320.0925
Yxy3.99830.24760.1249
Hunter Lab19.995735.7906-45.5799
CIE-Lab23.665847.5009-45.4751

#57137e color RGB value is (87,19,126).

#57137e hex color red value is 87, green value is 19 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #57137e hue: 0.77 , saturation: 0.74 and the lightness value of 57137e is 0.28.

The process color (four color CMYK) of #57137e color hex is 0.31, 0.85, 0.00, 0.51. Web safe color of #57137e is #660066. Color #57137e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010011 01111110
Octal 127 23 176
Decimal 87 19 126
Hex 57 13 7E

RGB Percentages of Color #57137e

%37.50
%8.19
%54.31

CMYK Percentages of Color #57137e

%31
%85
%0
%51

Triadic Colors of #57137e

#57137e #7e5713 #137e57

Analogous Colors of #57137e

#57137e #7e1370 #22137e

Monochromatic Colors of #57137e

#57137e

Complementary Color

#57137e #3a7e13

#57137e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57137e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57137e Color CSS Codes

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

#57137e Text Font Color

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

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


#57137e Background Color

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

This div background color is #57137e


#57137e Border Color

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

This div border color is #57137e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57137e


Comments

No comments written yet.

Please login to write comment.