Color Hex Logo

#57748a Color Hex

#57748A
(87,116,138)
0 Favorites   0 Comments

Color spaces of #57748a

RGB 87116138
HSL0.570.230.44
HSV206°37°54°
CMYK 0.370.160.00   0.46
XYZ14.763316.352026.4229
Yxy16.35200.25660.2842
Hunter Lab40.4376-5.5975-10.4352
CIE-Lab47.4330-4.6453-15.3818

#57748a color RGB value is (87,116,138).

#57748a hex color red value is 87, green value is 116 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #57748a hue: 0.57 , saturation: 0.23 and the lightness value of 57748a is 0.44.

The process color (four color CMYK) of #57748a color hex is 0.37, 0.16, 0.00, 0.46. Web safe color of #57748a is #666699. Color #57748a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110100 10001010
Octal 127 164 212
Decimal 87 116 138
Hex 57 74 8A

RGB Percentages of Color #57748a

%25.51
%34.02
%40.47

CMYK Percentages of Color #57748a

%37
%16
%0
%46

Triadic Colors of #57748a

#57748a #8a5774 #748a57

Analogous Colors of #57748a

#57748a #575b8a #578a87

Monochromatic Colors of #57748a

#57748a

Complementary Color

#57748a #8a6d57

#57748a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57748a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57748a Color CSS Codes

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

#57748a Text Font Color

<p style="color:#57748a">Text here</p>

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


#57748a Background Color

<div style="background-color:#57748a">
Div content here</div>

This div background color is #57748a


#57748a Border Color

<div style="border:3px solid #57748a">
Div here</div>

This div border color is #57748a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,116,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57748a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57748a;
  -webkit-box-shadow: 1px 1px 3px 2px #57748a;
  box-shadow:         1px 1px 3px 2px #57748a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57748a


Comments

No comments written yet.

Please login to write comment.