Color Hex Logo

#50308b Color Hex

#50308B
(80,48,139)
0 Favorites   0 Comments

Color spaces of #50308b

RGB 8048139
HSL0.730.490.37
HSV261°65°55°
CMYK 0.420.650.00   0.45
XYZ9.02545.683525.0474
Yxy5.68350.22700.1430
Hunter Lab23.840125.8565-45.6045
CIE-Lab28.599535.8717-45.6499

#50308b color RGB value is (80,48,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110000 10001011
Octal 120 60 213
Decimal 80 48 139
Hex 50 30 8B

RGB Percentages of Color #50308b

%29.96
%17.98
%52.06

CMYK Percentages of Color #50308b

%42
%65
%0
%45

Triadic Colors of #50308b

#50308b #8b5030 #308b50

Analogous Colors of #50308b

#50308b #7e308b #303e8b

Monochromatic Colors of #50308b

#50308b

Complementary Color

#50308b #6b8b30

#50308b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50308b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50308b Color CSS Codes

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

#50308b Text Font Color

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

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


#50308b Background Color

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

This div background color is #50308b


#50308b Border Color

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

This div border color is #50308b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50308b


Comments

No comments written yet.

Please login to write comment.