Color Hex Logo

#504257 Color Hex

#504257
(80,66,87)
0 Favorites   0 Comments

Color spaces of #504257

RGB 806687
HSL0.780.140.30
HSV280°24°34°
CMYK 0.080.240.00   0.66
XYZ6.97686.29009.8632
Yxy6.29000.30160.2719
Hunter Lab25.07995.7659-5.7612
CIE-Lab30.132610.5039-10.2830

#504257 color RGB value is (80,66,87).

#504257 hex color red value is 80, green value is 66 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #504257 hue: 0.78 , saturation: 0.14 and the lightness value of 504257 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000010 01010111
Octal 120 102 127
Decimal 80 66 87
Hex 50 42 57

RGB Percentages of Color #504257

%34.33
%28.33
%37.34

CMYK Percentages of Color #504257

%8
%24
%0
%66

Triadic Colors of #504257

#504257 #575042 #425750

Analogous Colors of #504257

#504257 #574254 #464257

Monochromatic Colors of #504257

#504257

Complementary Color

#504257 #495742

#504257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504257 Color CSS Codes

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

#504257 Text Font Color

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

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


#504257 Background Color

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

This div background color is #504257


#504257 Border Color

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

This div border color is #504257


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,66,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 #504257">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504257


Comments

No comments written yet.

Please login to write comment.