Color Hex Logo

#50495e Color Hex

#50495E
(80,73,94)
0 Favorites   0 Comments

Color spaces of #50495e

RGB 807394
HSL0.720.130.33
HSV260°22°37°
CMYK 0.150.220.00   0.63
XYZ7.71127.278711.5882
Yxy7.27870.29010.2739
Hunter Lab26.97913.8058-6.5812
CIE-Lab32.43317.6899-11.2743

#50495e color RGB value is (80,73,94).

#50495e hex color red value is 80, green value is 73 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #50495e hue: 0.72 , saturation: 0.13 and the lightness value of 50495e is 0.33.

The process color (four color CMYK) of #50495e color hex is 0.15, 0.22, 0.00, 0.63. Web safe color of #50495e is #663366. Color #50495e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001001 01011110
Octal 120 111 136
Decimal 80 73 94
Hex 50 49 5E

RGB Percentages of Color #50495e

%32.39
%29.55
%38.06

CMYK Percentages of Color #50495e

%15
%22
%0
%63

Triadic Colors of #50495e

#50495e #5e5049 #495e50

Analogous Colors of #50495e

#50495e #5b495e #494d5e

Monochromatic Colors of #50495e

#50495e

Complementary Color

#50495e #575e49

#50495e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50495e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50495e Color CSS Codes

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

#50495e Text Font Color

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

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


#50495e Background Color

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

This div background color is #50495e


#50495e Border Color

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

This div border color is #50495e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50495e


Comments

No comments written yet.

Please login to write comment.