Color Hex Logo

#57729e Color Hex

#57729E
(87,114,158)
0 Favorites   0 Comments

Color spaces of #57729e

RGB 87114158
HSL0.600.290.48
HSV217°45°62°
CMYK 0.450.280.00   0.38
XYZ16.119316.529534.6887
Yxy16.52950.23940.2455
Hunter Lab40.6565-0.3780-22.1275
CIE-Lab47.66172.3580-26.8350

#57729e color RGB value is (87,114,158).

#57729e hex color red value is 87, green value is 114 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #57729e hue: 0.60 , saturation: 0.29 and the lightness value of 57729e is 0.48.

The process color (four color CMYK) of #57729e color hex is 0.45, 0.28, 0.00, 0.38. Web safe color of #57729e is #666699. Color #57729e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110010 10011110
Octal 127 162 236
Decimal 87 114 158
Hex 57 72 9E

RGB Percentages of Color #57729e

%24.23
%31.75
%44.01

CMYK Percentages of Color #57729e

%45
%28
%0
%38

Triadic Colors of #57729e

#57729e #9e5772 #729e57

Analogous Colors of #57729e

#57729e #60579e #57969e

Monochromatic Colors of #57729e

#57729e

Complementary Color

#57729e #9e8357

#57729e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57729e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57729e Color CSS Codes

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

#57729e Text Font Color

<p style="color:#57729e">Text here</p>

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


#57729e Background Color

<div style="background-color:#57729e">
Div content here</div>

This div background color is #57729e


#57729e Border Color

<div style="border:3px solid #57729e">
Div here</div>

This div border color is #57729e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,114,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57729e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57729e;
  -webkit-box-shadow: 1px 1px 3px 2px #57729e;
  box-shadow:         1px 1px 3px 2px #57729e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57729e


Comments

No comments written yet.

Please login to write comment.