Color Hex Logo

#50348b Color Hex

#50348B
(80,52,139)
0 Favorites   0 Comments

Color spaces of #50348b

RGB 8052139
HSL0.720.460.37
HSV259°63°55°
CMYK 0.420.630.00   0.45
XYZ9.19656.025525.1044
Yxy6.02550.22810.1494
Hunter Lab24.546923.9180-43.4538
CIE-Lab29.476733.5231-44.2303

#50348b color RGB value is (80,52,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110100 10001011
Octal 120 64 213
Decimal 80 52 139
Hex 50 34 8B

RGB Percentages of Color #50348b

%29.52
%19.19
%51.29

CMYK Percentages of Color #50348b

%42
%63
%0
%45

Triadic Colors of #50348b

#50348b #8b5034 #348b50

Analogous Colors of #50348b

#50348b #7c348b #34448b

Monochromatic Colors of #50348b

#50348b

Complementary Color

#50348b #6f8b34

#50348b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50348b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50348b Color CSS Codes

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

#50348b Text Font Color

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

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


#50348b Background Color

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

This div background color is #50348b


#50348b Border Color

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

This div border color is #50348b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50348b


Comments

No comments written yet.

Please login to write comment.