Color Hex Logo

#57476f Color Hex

#57476F
(87,71,111)
0 Favorites   0 Comments

Color spaces of #57476f

RGB 8771111
HSL0.730.220.36
HSV264°36°44°
CMYK 0.220.360.00   0.56
XYZ9.05307.680416.0443
Yxy7.68040.27620.2343
Hunter Lab27.71359.8107-14.9255
CIE-Lab33.308215.8078-20.6230

#57476f color RGB value is (87,71,111).

#57476f hex color red value is 87, green value is 71 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #57476f hue: 0.73 , saturation: 0.22 and the lightness value of 57476f is 0.36.

The process color (four color CMYK) of #57476f color hex is 0.22, 0.36, 0.00, 0.56. Web safe color of #57476f is #663366. Color #57476f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000111 01101111
Octal 127 107 157
Decimal 87 71 111
Hex 57 47 6F

RGB Percentages of Color #57476f

%32.34
%26.39
%41.26

CMYK Percentages of Color #57476f

%22
%36
%0
%56

Triadic Colors of #57476f

#57476f #6f5747 #476f57

Analogous Colors of #57476f

#57476f #6b476f #474b6f

Monochromatic Colors of #57476f

#57476f

Complementary Color

#57476f #5f6f47

#57476f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57476f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57476f Color CSS Codes

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

#57476f Text Font Color

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

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


#57476f Background Color

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

This div background color is #57476f


#57476f Border Color

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

This div border color is #57476f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57476f


Comments

No comments written yet.

Please login to write comment.