Color Hex Logo

#57508e Color Hex

#57508E
(87,80,142)
0 Favorites   0 Comments

Color spaces of #57508e

RGB 8780142
HSL0.690.280.44
HSV247°44°56°
CMYK 0.390.440.00   0.44
XYZ11.68169.716626.8510
Yxy9.71660.24210.2014
Hunter Lab31.171512.3434-29.2522
CIE-Lab37.328918.7284-33.4726

#57508e color RGB value is (87,80,142).

#57508e hex color red value is 87, green value is 80 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #57508e hue: 0.69 , saturation: 0.28 and the lightness value of 57508e is 0.44.

The process color (four color CMYK) of #57508e color hex is 0.39, 0.44, 0.00, 0.44. Web safe color of #57508e is #666699. Color #57508e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010000 10001110
Octal 127 120 216
Decimal 87 80 142
Hex 57 50 8E

RGB Percentages of Color #57508e

%28.16
%25.89
%45.95

CMYK Percentages of Color #57508e

%39
%44
%0
%44

Triadic Colors of #57508e

#57508e #8e5750 #508e57

Analogous Colors of #57508e

#57508e #76508e #50688e

Monochromatic Colors of #57508e

#57508e

Complementary Color

#57508e #878e50

#57508e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57508e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57508e Color CSS Codes

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

#57508e Text Font Color

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

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


#57508e Background Color

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

This div background color is #57508e


#57508e Border Color

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

This div border color is #57508e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57508e


Comments

No comments written yet.

Please login to write comment.