Color Hex Logo

#50318a Color Hex

#50318A
(80,49,138)
0 Favorites   0 Comments

Color spaces of #50318a

RGB 8049138
HSL0.720.480.37
HSV261°64°54°
CMYK 0.420.640.00   0.46
XYZ8.99405.737124.6781
Yxy5.73710.22820.1456
Hunter Lab23.952225.1098-44.3202
CIE-Lab28.739335.0044-44.8036

#50318a color RGB value is (80,49,138).

#50318a hex color red value is 80, green value is 49 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #50318a hue: 0.72 , saturation: 0.48 and the lightness value of 50318a is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110001 10001010
Octal 120 61 212
Decimal 80 49 138
Hex 50 31 8A

RGB Percentages of Color #50318a

%29.96
%18.35
%51.69

CMYK Percentages of Color #50318a

%42
%64
%0
%46

Triadic Colors of #50318a

#50318a #8a5031 #318a50

Analogous Colors of #50318a

#50318a #7d318a #313f8a

Monochromatic Colors of #50318a

#50318a

Complementary Color

#50318a #6b8a31

#50318a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50318a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50318a Color CSS Codes

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

#50318a Text Font Color

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

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


#50318a Background Color

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

This div background color is #50318a


#50318a Border Color

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

This div border color is #50318a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,49,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 #50318a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50318a


Comments

No comments written yet.

Please login to write comment.