Color Hex Logo

#50406a Color Hex

#50406A
(80,64,106)
0 Favorites   0 Comments

Color spaces of #50406a

RGB 8064106
HSL0.730.250.33
HSV263°40°42°
CMYK 0.250.400.00   0.58
XYZ7.74326.412914.4654
Yxy6.41290.27050.2241
Hunter Lab25.323710.2633-16.1410
CIE-Lab30.431216.6182-21.9980

#50406a color RGB value is (80,64,106).

#50406a hex color red value is 80, green value is 64 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #50406a hue: 0.73 , saturation: 0.25 and the lightness value of 50406a is 0.33.

The process color (four color CMYK) of #50406a color hex is 0.25, 0.40, 0.00, 0.58. Web safe color of #50406a is #663366. Color #50406a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000000 01101010
Octal 120 100 152
Decimal 80 64 106
Hex 50 40 6A

RGB Percentages of Color #50406a

%32.00
%25.60
%42.40

CMYK Percentages of Color #50406a

%25
%40
%0
%58

Triadic Colors of #50406a

#50406a #6a5040 #406a50

Analogous Colors of #50406a

#50406a #65406a #40456a

Monochromatic Colors of #50406a

#50406a

Complementary Color

#50406a #5a6a40

#50406a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50406a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50406a Color CSS Codes

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

#50406a Text Font Color

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

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


#50406a Background Color

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

This div background color is #50406a


#50406a Border Color

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

This div border color is #50406a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50406a


Comments

No comments written yet.

Please login to write comment.