Color Hex Logo

#57144c Color Hex

#57144C
(87,20,76)
0 Favorites   0 Comments

Color spaces of #57144c

RGB 872076
HSL0.860.630.21
HSV310°77°34°
CMYK 0.000.770.13   0.66
XYZ5.48513.04847.1368
Yxy3.04840.35000.1945
Hunter Lab17.459725.5228-12.0136
CIE-Lab20.236737.0273-18.1618

#57144c color RGB value is (87,20,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010100 01001100
Octal 127 24 114
Decimal 87 20 76
Hex 57 14 4C

RGB Percentages of Color #57144c

%47.54
%10.93
%41.53

CMYK Percentages of Color #57144c

%0
%77
%13
%66

Triadic Colors of #57144c

#57144c #4c5714 #144c57

Analogous Colors of #57144c

#57144c #57142b #411457

Monochromatic Colors of #57144c

#57144c

Complementary Color

#57144c #14571f

#57144c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57144c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57144c Color CSS Codes

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

#57144c Text Font Color

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

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


#57144c Background Color

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

This div background color is #57144c


#57144c Border Color

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

This div border color is #57144c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,20,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 #57144c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57144c


Comments

No comments written yet.

Please login to write comment.