Color Hex Logo

#57124d Color Hex

#57124D
(87,18,77)
0 Favorites   0 Comments

Color spaces of #57124d

RGB 871877
HSL0.860.660.21
HSV309°79°34°
CMYK 0.000.790.11   0.66
XYZ5.48632.99477.3100
Yxy2.99470.34740.1896
Hunter Lab17.305226.3061-12.9314
CIE-Lab20.022737.9640-19.1780

#57124d color RGB value is (87,18,77).

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

The process color (four color CMYK) of #57124d color hex is 0.00, 0.79, 0.11, 0.66. Web safe color of #57124d is #660066. Color #57124d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010010 01001101
Octal 127 22 115
Decimal 87 18 77
Hex 57 12 4D

RGB Percentages of Color #57124d

%47.80
%9.89
%42.31

CMYK Percentages of Color #57124d

%0
%79
%11
%66

Triadic Colors of #57124d

#57124d #4d5712 #124d57

Analogous Colors of #57124d

#57124d #57122b #3f1257

Monochromatic Colors of #57124d

#57124d

Complementary Color

#57124d #12571c

#57124d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57124d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57124d Color CSS Codes

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

#57124d Text Font Color

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

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


#57124d Background Color

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

This div background color is #57124d


#57124d Border Color

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

This div border color is #57124d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57124d


Comments

No comments written yet.

Please login to write comment.