Color Hex Logo

#57200e Color Hex

#57200E
(87,32,14)
0 Favorites   0 Comments

Color spaces of #57200e

RGB 873214
HSL0.040.720.20
HSV15°84°34°
CMYK 0.000.630.84   0.66
XYZ4.52633.09100.7735
Yxy3.09100.53940.3684
Hunter Lab17.581215.18789.6984
CIE-Lab20.404724.316524.1168

#57200e color RGB value is (87,32,14).

#57200e hex color red value is 87, green value is 32 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #57200e hue: 0.04 , saturation: 0.72 and the lightness value of 57200e is 0.20.

The process color (four color CMYK) of #57200e color hex is 0.00, 0.63, 0.84, 0.66. Web safe color of #57200e is #663300. Color #57200e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100000 00001110
Octal 127 40 16
Decimal 87 32 14
Hex 57 20 E

RGB Percentages of Color #57200e

%65.41
%24.06
%10.53

CMYK Percentages of Color #57200e

%0
%63
%84
%66

Triadic Colors of #57200e

#57200e #0e5720 #200e57

Analogous Colors of #57200e

#57200e #57450e #570e21

Monochromatic Colors of #57200e

#57200e

Complementary Color

#57200e #0e4557

#57200e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57200e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57200e Color CSS Codes

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

#57200e Text Font Color

<p style="color:#57200e">Text here</p>

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


#57200e Background Color

<div style="background-color:#57200e">
Div content here</div>

This div background color is #57200e


#57200e Border Color

<div style="border:3px solid #57200e">
Div here</div>

This div border color is #57200e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,32,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57200e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57200e;
  -webkit-box-shadow: 1px 1px 3px 2px #57200e;
  box-shadow:         1px 1px 3px 2px #57200e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57200e


Comments

No comments written yet.

Please login to write comment.