Color Hex Logo

#50459a Color Hex

#50459A
(80,69,154)
0 Favorites   0 Comments

Color spaces of #50459a

RGB 8069154
HSL0.690.380.44
HSV248°55°60°
CMYK 0.480.550.00   0.40
XYZ11.26918.294831.5790
Yxy8.29480.22030.1622
Hunter Lab28.800719.4420-44.8490
CIE-Lab34.589527.5752-45.1630

#50459a color RGB value is (80,69,154).

#50459a hex color red value is 80, green value is 69 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #50459a hue: 0.69 , saturation: 0.38 and the lightness value of 50459a is 0.44.

The process color (four color CMYK) of #50459a color hex is 0.48, 0.55, 0.00, 0.40. Web safe color of #50459a is #663399. Color #50459a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000101 10011010
Octal 120 105 232
Decimal 80 69 154
Hex 50 45 9A

RGB Percentages of Color #50459a

%26.40
%22.77
%50.83

CMYK Percentages of Color #50459a

%48
%55
%0
%40

Triadic Colors of #50459a

#50459a #9a5045 #459a50

Analogous Colors of #50459a

#50459a #7b459a #45659a

Monochromatic Colors of #50459a

#50459a

Complementary Color

#50459a #8f9a45

#50459a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50459a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50459a Color CSS Codes

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

#50459a Text Font Color

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

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


#50459a Background Color

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

This div background color is #50459a


#50459a Border Color

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

This div border color is #50459a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50459a


Comments

No comments written yet.

Please login to write comment.