Color Hex Logo

#50457e Color Hex

#50457E
(80,69,126)
0 Favorites   0 Comments

Color spaces of #50457e

RGB 8069126
HSL0.700.290.38
HSV252°45°49°
CMYK 0.370.450.00   0.51
XYZ9.20237.468120.6951
Yxy7.46810.24630.1999
Hunter Lab27.327812.2839-25.7703
CIE-Lab32.849619.0328-30.7680

#50457e color RGB value is (80,69,126).

#50457e hex color red value is 80, green value is 69 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #50457e hue: 0.70 , saturation: 0.29 and the lightness value of 50457e is 0.38.

The process color (four color CMYK) of #50457e color hex is 0.37, 0.45, 0.00, 0.51. Web safe color of #50457e is #663366. Color #50457e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000101 01111110
Octal 120 105 176
Decimal 80 69 126
Hex 50 45 7E

RGB Percentages of Color #50457e

%29.09
%25.09
%45.82

CMYK Percentages of Color #50457e

%37
%45
%0
%51

Triadic Colors of #50457e

#50457e #7e5045 #457e50

Analogous Colors of #50457e

#50457e #6d457e #45577e

Monochromatic Colors of #50457e

#50457e

Complementary Color

#50457e #737e45

#50457e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50457e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50457e Color CSS Codes

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

#50457e Text Font Color

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

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


#50457e Background Color

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

This div background color is #50457e


#50457e Border Color

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

This div border color is #50457e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50457e


Comments

No comments written yet.

Please login to write comment.