Color Hex Logo

#50337a Color Hex

#50337A
(80,51,122)
0 Favorites   0 Comments

Color spaces of #50337a

RGB 8051122
HSL0.730.410.34
HSV265°58°48°
CMYK 0.340.580.00   0.52
XYZ8.00495.478319.0479
Yxy5.47830.24610.1684
Hunter Lab23.405820.0879-31.8669
CIE-Lab28.056229.2701-35.8970

#50337a color RGB value is (80,51,122).

#50337a hex color red value is 80, green value is 51 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #50337a hue: 0.73 , saturation: 0.41 and the lightness value of 50337a is 0.34.

The process color (four color CMYK) of #50337a color hex is 0.34, 0.58, 0.00, 0.52. Web safe color of #50337a is #663366. Color #50337a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110011 01111010
Octal 120 63 172
Decimal 80 51 122
Hex 50 33 7A

RGB Percentages of Color #50337a

%31.62
%20.16
%48.22

CMYK Percentages of Color #50337a

%34
%58
%0
%52

Triadic Colors of #50337a

#50337a #7a5033 #337a50

Analogous Colors of #50337a

#50337a #74337a #333a7a

Monochromatic Colors of #50337a

#50337a

Complementary Color

#50337a #5d7a33

#50337a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50337a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50337a Color CSS Codes

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

#50337a Text Font Color

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

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


#50337a Background Color

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

This div background color is #50337a


#50337a Border Color

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

This div border color is #50337a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50337a


Comments

No comments written yet.

Please login to write comment.