Color Hex Logo

#57072e Color Hex

#57072E
(87,7,46)
0 Favorites   0 Comments

Color spaces of #57072e

RGB 87746
HSL0.920.850.18
HSV331°92°34°
CMYK 0.000.920.47   0.66
XYZ4.49962.37552.8061
Yxy2.37550.46480.2454
Hunter Lab15.412725.1395-0.0058
CIE-Lab17.345937.1439-1.5830

#57072e color RGB value is (87,7,46).

#57072e hex color red value is 87, green value is 7 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #57072e hue: 0.92 , saturation: 0.85 and the lightness value of 57072e is 0.18.

The process color (four color CMYK) of #57072e color hex is 0.00, 0.92, 0.47, 0.66. Web safe color of #57072e is #660033. Color #57072e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000111 00101110
Octal 127 7 56
Decimal 87 7 46
Hex 57 7 2E

RGB Percentages of Color #57072e

%62.14
%5.00
%32.86

CMYK Percentages of Color #57072e

%0
%92
%47
%66

Triadic Colors of #57072e

#57072e #2e5707 #072e57

Analogous Colors of #57072e

#57072e #570807 #570756

Monochromatic Colors of #57072e

#57072e

Complementary Color

#57072e #075730

#57072e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57072e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57072e Color CSS Codes

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

#57072e Text Font Color

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

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


#57072e Background Color

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

This div background color is #57072e


#57072e Border Color

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

This div border color is #57072e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57072e


Comments

No comments written yet.

Please login to write comment.