Color Hex Logo

#50208a Color Hex

#50208A
(80,32,138)
0 Favorites   0 Comments

Color spaces of #50208a

RGB 8032138
HSL0.740.620.33
HSV267°77°54°
CMYK 0.420.770.00   0.46
XYZ8.41224.573524.4842
Yxy4.57350.22450.1221
Hunter Lab21.385732.7889-52.9102
CIE-Lab25.483444.0155-50.0970

#50208a color RGB value is (80,32,138).

#50208a hex color red value is 80, green value is 32 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #50208a hue: 0.74 , saturation: 0.62 and the lightness value of 50208a is 0.33.

The process color (four color CMYK) of #50208a color hex is 0.42, 0.77, 0.00, 0.46. Web safe color of #50208a is #663399. Color #50208a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100000 10001010
Octal 120 40 212
Decimal 80 32 138
Hex 50 20 8A

RGB Percentages of Color #50208a

%32.00
%12.80
%55.20

CMYK Percentages of Color #50208a

%42
%77
%0
%46

Triadic Colors of #50208a

#50208a #8a5020 #208a50

Analogous Colors of #50208a

#50208a #85208a #20258a

Monochromatic Colors of #50208a

#50208a

Complementary Color

#50208a #5a8a20

#50208a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50208a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50208a Color CSS Codes

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

#50208a Text Font Color

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

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


#50208a Background Color

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

This div background color is #50208a


#50208a Border Color

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

This div border color is #50208a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50208a


Comments

No comments written yet.

Please login to write comment.