Color Hex Logo

#57152e Color Hex

#57152E
(87,21,46)
0 Favorites   0 Comments

Color spaces of #57152e

RGB 872146
HSL0.940.610.21
HSV337°76°34°
CMYK 0.000.760.47   0.66
XYZ4.69182.75982.8702
Yxy2.75980.45460.2674
Hunter Lab16.612621.34041.3852
CIE-Lab19.055032.31660.9173

#57152e color RGB value is (87,21,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010101 00101110
Octal 127 25 56
Decimal 87 21 46
Hex 57 15 2E

RGB Percentages of Color #57152e

%56.49
%13.64
%29.87

CMYK Percentages of Color #57152e

%0
%76
%47
%66

Triadic Colors of #57152e

#57152e #2e5715 #152e57

Analogous Colors of #57152e

#57152e #571d15 #57154f

Monochromatic Colors of #57152e

#57152e

Complementary Color

#57152e #15573e

#57152e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57152e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57152e Color CSS Codes

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

#57152e Text Font Color

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

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


#57152e Background Color

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

This div background color is #57152e


#57152e Border Color

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

This div border color is #57152e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57152e


Comments

No comments written yet.

Please login to write comment.