Color Hex Logo

#57124f Color Hex

#57124F
(87,18,79)
0 Favorites   0 Comments

Color spaces of #57124f

RGB 871879
HSL0.850.660.21
HSV307°79°34°
CMYK 0.000.790.09   0.66
XYZ5.55813.02347.6878
Yxy3.02340.34160.1858
Hunter Lab17.387926.6292-14.0426
CIE-Lab20.137438.3089-20.3571

#57124f color RGB value is (87,18,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010010 01001111
Octal 127 22 117
Decimal 87 18 79
Hex 57 12 4F

RGB Percentages of Color #57124f

%47.28
%9.78
%42.93

CMYK Percentages of Color #57124f

%0
%79
%9
%66

Triadic Colors of #57124f

#57124f #4f5712 #124f57

Analogous Colors of #57124f

#57124f #57122c #3d1257

Monochromatic Colors of #57124f

#57124f

Complementary Color

#57124f #12571a

#57124f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57124f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57124f Color CSS Codes

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

#57124f Text Font Color

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

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


#57124f Background Color

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

This div background color is #57124f


#57124f Border Color

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

This div border color is #57124f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57124f


Comments

No comments written yet.

Please login to write comment.