Color Hex Logo

#50459e Color Hex

#50459E
(80,69,158)
0 Favorites   0 Comments

Color spaces of #50459e

RGB 8069158
HSL0.690.390.45
HSV247°56°62°
CMYK 0.490.560.00   0.38
XYZ11.60798.430333.3632
Yxy8.43030.21740.1579
Hunter Lab29.035020.5513-47.8038
CIE-Lab34.863428.8315-47.1384

#50459e color RGB value is (80,69,158).

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

The process color (four color CMYK) of #50459e color hex is 0.49, 0.56, 0.00, 0.38. Web safe color of #50459e is #663399. Color #50459e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000101 10011110
Octal 120 105 236
Decimal 80 69 158
Hex 50 45 9E

RGB Percentages of Color #50459e

%26.06
%22.48
%51.47

CMYK Percentages of Color #50459e

%49
%56
%0
%38

Triadic Colors of #50459e

#50459e #9e5045 #459e50

Analogous Colors of #50459e

#50459e #7d459e #45679e

Monochromatic Colors of #50459e

#50459e

Complementary Color

#50459e #939e45

#50459e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50459e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50459e Color CSS Codes

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

#50459e Text Font Color

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

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


#50459e Background Color

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

This div background color is #50459e


#50459e Border Color

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

This div border color is #50459e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50459e


Comments

No comments written yet.

Please login to write comment.