Color Hex Logo

#57364e Color Hex

#57364E
(87,54,78)
0 Favorites   0 Comments

Color spaces of #57364e

RGB 875478
HSL0.880.230.28
HSV316°38°34°
CMYK 0.000.380.10   0.66
XYZ6.62485.21467.8651
Yxy5.21460.33620.2646
Hunter Lab22.835511.8225-4.4361
CIE-Lab27.337618.9697-8.5735

#57364e color RGB value is (87,54,78).

#57364e hex color red value is 87, green value is 54 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #57364e hue: 0.88 , saturation: 0.23 and the lightness value of 57364e is 0.28.

The process color (four color CMYK) of #57364e color hex is 0.00, 0.38, 0.10, 0.66. Web safe color of #57364e is #663366. Color #57364e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110110 01001110
Octal 127 66 116
Decimal 87 54 78
Hex 57 36 4E

RGB Percentages of Color #57364e

%39.73
%24.66
%35.62

CMYK Percentages of Color #57364e

%0
%38
%10
%66

Triadic Colors of #57364e

#57364e #4e5736 #364e57

Analogous Colors of #57364e

#57364e #57363e #503657

Monochromatic Colors of #57364e

#57364e

Complementary Color

#57364e #36573f

#57364e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57364e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57364e Color CSS Codes

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

#57364e Text Font Color

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

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


#57364e Background Color

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

This div background color is #57364e


#57364e Border Color

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

This div border color is #57364e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57364e


Comments

No comments written yet.

Please login to write comment.