Color Hex Logo

#50198a Color Hex

#50198A
(80,25,138)
0 Favorites   0 Comments

Color spaces of #50198a

RGB 8025138
HSL0.750.690.32
HSV269°82°54°
CMYK 0.420.820.00   0.46
XYZ8.24334.235724.4279
Yxy4.23570.22340.1148
Hunter Lab20.580835.4787-55.9663
CIE-Lab24.435847.0294-51.8098

#50198a color RGB value is (80,25,138).

#50198a hex color red value is 80, green value is 25 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #50198a hue: 0.75 , saturation: 0.69 and the lightness value of 50198a is 0.32.

The process color (four color CMYK) of #50198a color hex is 0.42, 0.82, 0.00, 0.46. Web safe color of #50198a is #660099. Color #50198a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011001 10001010
Octal 120 31 212
Decimal 80 25 138
Hex 50 19 8A

RGB Percentages of Color #50198a

%32.92
%10.29
%56.79

CMYK Percentages of Color #50198a

%42
%82
%0
%46

Triadic Colors of #50198a

#50198a #8a5019 #198a50

Analogous Colors of #50198a

#50198a #89198a #191a8a

Monochromatic Colors of #50198a

#50198a

Complementary Color

#50198a #538a19

#50198a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50198a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50198a Color CSS Codes

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

#50198a Text Font Color

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

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


#50198a Background Color

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

This div background color is #50198a


#50198a Border Color

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

This div border color is #50198a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50198a


Comments

No comments written yet.

Please login to write comment.