Color Hex Logo

#50329a Color Hex

#50329A
(80,50,154)
0 Favorites   0 Comments

Color spaces of #50329a

RGB 8050154
HSL0.710.510.40
HSV257°68°60°
CMYK 0.480.680.00   0.40
XYZ10.28166.319831.2498
Yxy6.31980.21490.1321
Hunter Lab25.139229.0105-56.1042
CIE-Lab30.205439.0768-52.2602

#50329a color RGB value is (80,50,154).

#50329a hex color red value is 80, green value is 50 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #50329a hue: 0.71 , saturation: 0.51 and the lightness value of 50329a is 0.40.

The process color (four color CMYK) of #50329a color hex is 0.48, 0.68, 0.00, 0.40. Web safe color of #50329a is #663399. Color #50329a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110010 10011010
Octal 120 62 232
Decimal 80 50 154
Hex 50 32 9A

RGB Percentages of Color #50329a

%28.17
%17.61
%54.23

CMYK Percentages of Color #50329a

%48
%68
%0
%40

Triadic Colors of #50329a

#50329a #9a5032 #329a50

Analogous Colors of #50329a

#50329a #84329a #32489a

Monochromatic Colors of #50329a

#50329a

Complementary Color

#50329a #7c9a32

#50329a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50329a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50329a Color CSS Codes

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

#50329a Text Font Color

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

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


#50329a Background Color

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

This div background color is #50329a


#50329a Border Color

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

This div border color is #50329a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50329a


Comments

No comments written yet.

Please login to write comment.