Color Hex Logo

#57132e Color Hex

#57132E
(87,19,46)
0 Favorites   0 Comments

Color spaces of #57132e

RGB 871946
HSL0.930.640.21
HSV336°78°34°
CMYK 0.000.780.47   0.66
XYZ4.65652.68922.8584
Yxy2.68920.45630.2635
Hunter Lab16.398821.98791.1446
CIE-Lab18.753533.15500.4791

#57132e color RGB value is (87,19,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010011 00101110
Octal 127 23 56
Decimal 87 19 46
Hex 57 13 2E

RGB Percentages of Color #57132e

%57.24
%12.50
%30.26

CMYK Percentages of Color #57132e

%0
%78
%47
%66

Triadic Colors of #57132e

#57132e #2e5713 #132e57

Analogous Colors of #57132e

#57132e #571a13 #571350

Monochromatic Colors of #57132e

#57132e

Complementary Color

#57132e #13573c

#57132e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57132e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57132e Color CSS Codes

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

#57132e Text Font Color

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

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


#57132e Background Color

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

This div background color is #57132e


#57132e Border Color

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

This div border color is #57132e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57132e


Comments

No comments written yet.

Please login to write comment.