Color Hex Logo

#50308a Color Hex

#50308A
(80,48,138)
0 Favorites   0 Comments

Color spaces of #50308a

RGB 8048138
HSL0.730.480.36
HSV261°65°54°
CMYK 0.420.650.00   0.46
XYZ8.95275.654424.6643
Yxy5.65440.22800.1440
Hunter Lab23.779025.5914-44.8521
CIE-Lab28.523235.5862-45.1533

#50308a color RGB value is (80,48,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110000 10001010
Octal 120 60 212
Decimal 80 48 138
Hex 50 30 8A

RGB Percentages of Color #50308a

%30.08
%18.05
%51.88

CMYK Percentages of Color #50308a

%42
%65
%0
%46

Triadic Colors of #50308a

#50308a #8a5030 #308a50

Analogous Colors of #50308a

#50308a #7d308a #303d8a

Monochromatic Colors of #50308a

#50308a

Complementary Color

#50308a #6a8a30

#50308a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50308a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50308a Color CSS Codes

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

#50308a Text Font Color

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

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


#50308a Background Color

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

This div background color is #50308a


#50308a Border Color

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

This div border color is #50308a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50308a


Comments

No comments written yet.

Please login to write comment.