Color Hex Logo

#57847c Color Hex

#57847C
(87,132,124)
0 Favorites   0 Comments

Color spaces of #57847c

RGB 87132124
HSL0.470.210.43
HSV169°34°52°
CMYK 0.340.000.06   0.48
XYZ15.819819.984022.0923
Yxy19.98400.27320.3452
Hunter Lab44.7035-15.06291.9915
CIE-Lab51.8191-17.2869-0.5937

#57847c color RGB value is (87,132,124).

#57847c hex color red value is 87, green value is 132 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #57847c hue: 0.47 , saturation: 0.21 and the lightness value of 57847c is 0.43.

The process color (four color CMYK) of #57847c color hex is 0.34, 0.00, 0.06, 0.48. Web safe color of #57847c is #669966. Color #57847c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000100 01111100
Octal 127 204 174
Decimal 87 132 124
Hex 57 84 7C

RGB Percentages of Color #57847c

%25.36
%38.48
%36.15

CMYK Percentages of Color #57847c

%34
%0
%6
%48

Triadic Colors of #57847c

#57847c #7c5784 #847c57

Analogous Colors of #57847c

#57847c #577684 #578466

Monochromatic Colors of #57847c

#57847c

Complementary Color

#57847c #84575f

#57847c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57847c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57847c Color CSS Codes

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

#57847c Text Font Color

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

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


#57847c Background Color

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

This div background color is #57847c


#57847c Border Color

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

This div border color is #57847c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57847c


Comments

No comments written yet.

Please login to write comment.