Color Hex Logo

#570e2f Color Hex

#570E2F
(87,14,47)
0 Favorites   0 Comments

Color spaces of #570e2f

RGB 871447
HSL0.920.720.20
HSV333°84°34°
CMYK 0.000.840.46   0.66
XYZ4.60062.54552.9382
Yxy2.54550.45620.2524
Hunter Lab15.954623.55080.2494
CIE-Lab18.123135.1372-1.1558

#570e2f color RGB value is (87,14,47).

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

The process color (four color CMYK) of #570e2f color hex is 0.00, 0.84, 0.46, 0.66. Web safe color of #570e2f is #660033. Color #570e2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001110 00101111
Octal 127 16 57
Decimal 87 14 47
Hex 57 E 2F

RGB Percentages of Color #570e2f

%58.78
%9.46
%31.76

CMYK Percentages of Color #570e2f

%0
%84
%46
%66

Triadic Colors of #570e2f

#570e2f #2f570e #0e2f57

Analogous Colors of #570e2f

#570e2f #57120e #570e54

Monochromatic Colors of #570e2f

#570e2f

Complementary Color

#570e2f #0e5736

#570e2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570e2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#570e2f Color CSS Codes

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

#570e2f Text Font Color

<p style="color:#570e2f">Text here</p>

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


#570e2f Background Color

<div style="background-color:#570e2f">
Div content here</div>

This div background color is #570e2f


#570e2f Border Color

<div style="border:3px solid #570e2f">
Div here</div>

This div border color is #570e2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570e2f

#570e2f Color Palettes


Comments

No comments written yet.

Please login to write comment.