Color Hex Logo

#57133c Color Hex

#57133C
(87,19,60)
0 Favorites   0 Comments

Color spaces of #57133c

RGB 871960
HSL0.900.640.21
HSV324°78°34°
CMYK 0.000.780.31   0.66
XYZ4.97902.81824.5565
Yxy2.81820.40300.2281
Hunter Lab16.787523.5632-4.3414
CIE-Lab19.300634.9268-8.5733

#57133c color RGB value is (87,19,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010011 00111100
Octal 127 23 74
Decimal 87 19 60
Hex 57 13 3C

RGB Percentages of Color #57133c

%52.41
%11.45
%36.14

CMYK Percentages of Color #57133c

%0
%78
%31
%66

Triadic Colors of #57133c

#57133c #3c5713 #133c57

Analogous Colors of #57133c

#57133c #57131a #501357

Monochromatic Colors of #57133c

#57133c

Complementary Color

#57133c #13572e

#57133c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57133c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57133c Color CSS Codes

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

#57133c Text Font Color

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

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


#57133c Background Color

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

This div background color is #57133c


#57133c Border Color

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

This div border color is #57133c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57133c


Comments

No comments written yet.

Please login to write comment.