Color Hex Logo

#57124c Color Hex

#57124C
(87,18,76)
0 Favorites   0 Comments

Color spaces of #57124c

RGB 871876
HSL0.860.660.21
HSV310°79°34°
CMYK 0.000.790.13   0.66
XYZ5.45132.98077.1255
Yxy2.98070.35040.1916
Hunter Lab17.264726.1478-12.3849
CIE-Lab19.966437.7945-18.5852

#57124c color RGB value is (87,18,76).

#57124c hex color red value is 87, green value is 18 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #57124c hue: 0.86 , saturation: 0.66 and the lightness value of 57124c is 0.21.

The process color (four color CMYK) of #57124c color hex is 0.00, 0.79, 0.13, 0.66. Web safe color of #57124c is #660033. Color #57124c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010010 01001100
Octal 127 22 114
Decimal 87 18 76
Hex 57 12 4C

RGB Percentages of Color #57124c

%48.07
%9.94
%41.99

CMYK Percentages of Color #57124c

%0
%79
%13
%66

Triadic Colors of #57124c

#57124c #4c5712 #124c57

Analogous Colors of #57124c

#57124c #57122a #401257

Monochromatic Colors of #57124c

#57124c

Complementary Color

#57124c #12571d

#57124c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57124c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57124c Color CSS Codes

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

#57124c Text Font Color

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

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


#57124c Background Color

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

This div background color is #57124c


#57124c Border Color

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

This div border color is #57124c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57124c


Comments

No comments written yet.

Please login to write comment.