Color Hex Logo

#57324f Color Hex

#57324F
(87,50,79)
0 Favorites   0 Comments

Color spaces of #57324f

RGB 875079
HSL0.870.270.27
HSV313°43°34°
CMYK 0.000.430.09   0.66
XYZ6.48244.87207.9959
Yxy4.87200.33500.2518
Hunter Lab22.072613.7958-6.0272
CIE-Lab26.366921.6686-10.7063

#57324f color RGB value is (87,50,79).

#57324f hex color red value is 87, green value is 50 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #57324f hue: 0.87 , saturation: 0.27 and the lightness value of 57324f is 0.27.

The process color (four color CMYK) of #57324f color hex is 0.00, 0.43, 0.09, 0.66. Web safe color of #57324f is #663366. Color #57324f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110010 01001111
Octal 127 62 117
Decimal 87 50 79
Hex 57 32 4F

RGB Percentages of Color #57324f

%40.28
%23.15
%36.57

CMYK Percentages of Color #57324f

%0
%43
%9
%66

Triadic Colors of #57324f

#57324f #4f5732 #324f57

Analogous Colors of #57324f

#57324f #57323d #4d3257

Monochromatic Colors of #57324f

#57324f

Complementary Color

#57324f #32573a

#57324f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57324f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57324f Color CSS Codes

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

#57324f Text Font Color

<p style="color:#57324f">Text here</p>

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


#57324f Background Color

<div style="background-color:#57324f">
Div content here</div>

This div background color is #57324f


#57324f Border Color

<div style="border:3px solid #57324f">
Div here</div>

This div border color is #57324f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,50,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57324f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57324f;
  -webkit-box-shadow: 1px 1px 3px 2px #57324f;
  box-shadow:         1px 1px 3px 2px #57324f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57324f


Comments

No comments written yet.

Please login to write comment.