Color Hex Logo

#57276c Color Hex

#57276C
(87,39,108)
0 Favorites   0 Comments

Color spaces of #57276c

RGB 8739108
HSL0.780.470.29
HSV282°64°42°
CMYK 0.190.640.00   0.58
XYZ7.36284.560014.6795
Yxy4.56000.27680.1714
Hunter Lab21.354224.1761-25.8098
CIE-Lab25.442534.5116-31.1001

#57276c color RGB value is (87,39,108).

#57276c hex color red value is 87, green value is 39 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #57276c hue: 0.78 , saturation: 0.47 and the lightness value of 57276c is 0.29.

The process color (four color CMYK) of #57276c color hex is 0.19, 0.64, 0.00, 0.58. Web safe color of #57276c is #663366. Color #57276c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100111 01101100
Octal 127 47 154
Decimal 87 39 108
Hex 57 27 6C

RGB Percentages of Color #57276c

%37.18
%16.67
%46.15

CMYK Percentages of Color #57276c

%19
%64
%0
%58

Triadic Colors of #57276c

#57276c #6c5727 #276c57

Analogous Colors of #57276c

#57276c #6c275e #35276c

Monochromatic Colors of #57276c

#57276c

Complementary Color

#57276c #3c6c27

#57276c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57276c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57276c Color CSS Codes

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

#57276c Text Font Color

<p style="color:#57276c">Text here</p>

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


#57276c Background Color

<div style="background-color:#57276c">
Div content here</div>

This div background color is #57276c


#57276c Border Color

<div style="border:3px solid #57276c">
Div here</div>

This div border color is #57276c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,39,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57276c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57276c;
  -webkit-box-shadow: 1px 1px 3px 2px #57276c;
  box-shadow:         1px 1px 3px 2px #57276c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57276c


Comments

No comments written yet.

Please login to write comment.