Color Hex Logo

#502857 Color Hex

#502857
(80,40,87)
0 Favorites   0 Comments

Color spaces of #502857

RGB 804087
HSL0.810.370.25
HSV291°54°34°
CMYK 0.080.540.00   0.66
XYZ5.78743.91129.4667
Yxy3.91120.30200.2041
Hunter Lab19.776817.6263-14.5371
CIE-Lab23.375726.9836-20.7128

#502857 color RGB value is (80,40,87).

#502857 hex color red value is 80, green value is 40 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #502857 hue: 0.81 , saturation: 0.37 and the lightness value of 502857 is 0.25.

The process color (four color CMYK) of #502857 color hex is 0.08, 0.54, 0.00, 0.66. Web safe color of #502857 is #663366. Color #502857 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101000 01010111
Octal 120 50 127
Decimal 80 40 87
Hex 50 28 57

RGB Percentages of Color #502857

%38.65
%19.32
%42.03

CMYK Percentages of Color #502857

%8
%54
%0
%66

Triadic Colors of #502857

#502857 #575028 #285750

Analogous Colors of #502857

#502857 #572847 #392857

Monochromatic Colors of #502857

#502857

Complementary Color

#502857 #2f5728

#502857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502857 Color CSS Codes

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

#502857 Text Font Color

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

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


#502857 Background Color

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

This div background color is #502857


#502857 Border Color

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

This div border color is #502857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502857


Comments

No comments written yet.

Please login to write comment.