Color Hex Logo

#50327e Color Hex

#50327E
(80,50,126)
0 Favorites   0 Comments

Color spaces of #50327e

RGB 8050126
HSL0.730.430.35
HSV264°60°49°
CMYK 0.370.600.00   0.51
XYZ8.21485.493020.3660
Yxy5.49300.24110.1612
Hunter Lab23.437121.5498-35.1148
CIE-Lab28.095530.9995-38.3519

#50327e color RGB value is (80,50,126).

#50327e hex color red value is 80, green value is 50 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #50327e hue: 0.73 , saturation: 0.43 and the lightness value of 50327e is 0.35.

The process color (four color CMYK) of #50327e color hex is 0.37, 0.60, 0.00, 0.51. Web safe color of #50327e is #663366. Color #50327e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110010 01111110
Octal 120 62 176
Decimal 80 50 126
Hex 50 32 7E

RGB Percentages of Color #50327e

%31.25
%19.53
%49.22

CMYK Percentages of Color #50327e

%37
%60
%0
%51

Triadic Colors of #50327e

#50327e #7e5032 #327e50

Analogous Colors of #50327e

#50327e #76327e #323a7e

Monochromatic Colors of #50327e

#50327e

Complementary Color

#50327e #607e32

#50327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50327e Color CSS Codes

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

#50327e Text Font Color

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

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


#50327e Background Color

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

This div background color is #50327e


#50327e Border Color

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

This div border color is #50327e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50327e


Comments

No comments written yet.

Please login to write comment.