Color Hex Logo

#57153c Color Hex

#57153C
(87,21,60)
0 Favorites   0 Comments

Color spaces of #57153c

RGB 872160
HSL0.900.610.21
HSV325°76°34°
CMYK 0.000.760.31   0.66
XYZ5.01432.88884.5683
Yxy2.88880.40210.2316
Hunter Lab16.996522.9173-4.0384
CIE-Lab19.592934.1078-8.1291

#57153c color RGB value is (87,21,60).

#57153c hex color red value is 87, green value is 21 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #57153c hue: 0.90 , saturation: 0.61 and the lightness value of 57153c is 0.21.

The process color (four color CMYK) of #57153c color hex is 0.00, 0.76, 0.31, 0.66. Web safe color of #57153c is #660033. Color #57153c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010101 00111100
Octal 127 25 74
Decimal 87 21 60
Hex 57 15 3C

RGB Percentages of Color #57153c

%51.79
%12.50
%35.71

CMYK Percentages of Color #57153c

%0
%76
%31
%66

Triadic Colors of #57153c

#57153c #3c5715 #153c57

Analogous Colors of #57153c

#57153c #57151b #511557

Monochromatic Colors of #57153c

#57153c

Complementary Color

#57153c #155730

#57153c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57153c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57153c Color CSS Codes

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

#57153c Text Font Color

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

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


#57153c Background Color

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

This div background color is #57153c


#57153c Border Color

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

This div border color is #57153c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57153c


Comments

No comments written yet.

Please login to write comment.