Color Hex Logo

#57204d Color Hex

#57204D
(87,32,77)
0 Favorites   0 Comments

Color spaces of #57204d

RGB 873277
HSL0.860.460.23
HSV311°63°34°
CMYK 0.000.630.11   0.66
XYZ5.78653.59517.4101
Yxy3.59510.34460.2141
Hunter Lab18.960721.2939-9.8988
CIE-Lab22.285031.6747-15.6468

#57204d color RGB value is (87,32,77).

#57204d hex color red value is 87, green value is 32 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #57204d hue: 0.86 , saturation: 0.46 and the lightness value of 57204d is 0.23.

The process color (four color CMYK) of #57204d color hex is 0.00, 0.63, 0.11, 0.66. Web safe color of #57204d is #663366. Color #57204d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100000 01001101
Octal 127 40 115
Decimal 87 32 77
Hex 57 20 4D

RGB Percentages of Color #57204d

%44.39
%16.33
%39.29

CMYK Percentages of Color #57204d

%0
%63
%11
%66

Triadic Colors of #57204d

#57204d #4d5720 #204d57

Analogous Colors of #57204d

#57204d #572032 #462057

Monochromatic Colors of #57204d

#57204d

Complementary Color

#57204d #20572a

#57204d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57204d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57204d Color CSS Codes

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

#57204d Text Font Color

<p style="color:#57204d">Text here</p>

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


#57204d Background Color

<div style="background-color:#57204d">
Div content here</div>

This div background color is #57204d


#57204d Border Color

<div style="border:3px solid #57204d">
Div here</div>

This div border color is #57204d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,32,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57204d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57204d;
  -webkit-box-shadow: 1px 1px 3px 2px #57204d;
  box-shadow:         1px 1px 3px 2px #57204d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57204d


Comments

No comments written yet.

Please login to write comment.