Color Hex Logo

#57507e Color Hex

#57507E
(87,80,126)
0 Favorites   0 Comments

Color spaces of #57507e

RGB 8780126
HSL0.690.220.40
HSV249°37°49°
CMYK 0.310.370.00   0.51
XYZ10.56509.269920.9711
Yxy9.26990.25890.2272
Hunter Lab30.44658.6585-19.5255
CIE-Lab36.498814.1189-24.9852

#57507e color RGB value is (87,80,126).

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

The process color (four color CMYK) of #57507e color hex is 0.31, 0.37, 0.00, 0.51. Web safe color of #57507e is #666666. Color #57507e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010000 01111110
Octal 127 120 176
Decimal 87 80 126
Hex 57 50 7E

RGB Percentages of Color #57507e

%29.69
%27.30
%43.00

CMYK Percentages of Color #57507e

%31
%37
%0
%51

Triadic Colors of #57507e

#57507e #7e5750 #507e57

Analogous Colors of #57507e

#57507e #6e507e #50607e

Monochromatic Colors of #57507e

#57507e

Complementary Color

#57507e #777e50

#57507e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57507e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57507e Color CSS Codes

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

#57507e Text Font Color

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

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


#57507e Background Color

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

This div background color is #57507e


#57507e Border Color

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

This div border color is #57507e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57507e


Comments

No comments written yet.

Please login to write comment.