Color Hex Logo

#50204d Color Hex

#50204D
(80,32,77)
0 Favorites   0 Comments

Color spaces of #50204d

RGB 803277
HSL0.840.430.22
HSV304°60°31°
CMYK 0.000.600.04   0.69
XYZ5.16433.27437.3810
Yxy3.27430.32640.2070
Hunter Lab18.095019.2774-11.5180
CIE-Lab21.110629.4179-17.5646

#50204d color RGB value is (80,32,77).

#50204d hex color red value is 80, green value is 32 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #50204d hue: 0.84 , saturation: 0.43 and the lightness value of 50204d is 0.22.

The process color (four color CMYK) of #50204d color hex is 0.00, 0.60, 0.04, 0.69. Web safe color of #50204d is #663366. Color #50204d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100000 01001101
Octal 120 40 115
Decimal 80 32 77
Hex 50 20 4D

RGB Percentages of Color #50204d

%42.33
%16.93
%40.74

CMYK Percentages of Color #50204d

%0
%60
%4
%69

Triadic Colors of #50204d

#50204d #4d5020 #204d50

Analogous Colors of #50204d

#50204d #502035 #3b2050

Monochromatic Colors of #50204d

#50204d

Complementary Color

#50204d #205023

#50204d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50204d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50204d Color CSS Codes

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

#50204d Text Font Color

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

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


#50204d Background Color

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

This div background color is #50204d


#50204d Border Color

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

This div border color is #50204d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,32,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50204d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50204d;
  -webkit-box-shadow: 1px 1px 3px 2px #50204d;
  box-shadow:         1px 1px 3px 2px #50204d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50204d


Comments

No comments written yet.

Please login to write comment.