Color Hex Logo

#50539e Color Hex

#50539E
(80,83,158)
0 Favorites   0 Comments

Color spaces of #50539e

RGB 8083158
HSL0.660.330.47
HSV238°49°62°
CMYK 0.490.470.00   0.38
XYZ12.573110.360633.6849
Yxy10.36060.22210.1830
Hunter Lab32.187913.3961-39.5160
CIE-Lab38.482019.9278-41.3315

#50539e color RGB value is (80,83,158).

#50539e hex color red value is 80, green value is 83 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #50539e hue: 0.66 , saturation: 0.33 and the lightness value of 50539e is 0.47.

The process color (four color CMYK) of #50539e color hex is 0.49, 0.47, 0.00, 0.38. Web safe color of #50539e is #666699. Color #50539e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010011 10011110
Octal 120 123 236
Decimal 80 83 158
Hex 50 53 9E

RGB Percentages of Color #50539e

%24.92
%25.86
%49.22

CMYK Percentages of Color #50539e

%49
%47
%0
%38

Triadic Colors of #50539e

#50539e #9e5053 #539e50

Analogous Colors of #50539e

#50539e #74509e #507a9e

Monochromatic Colors of #50539e

#50539e

Complementary Color

#50539e #9e9b50

#50539e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50539e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50539e Color CSS Codes

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

#50539e Text Font Color

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

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


#50539e Background Color

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

This div background color is #50539e


#50539e Border Color

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

This div border color is #50539e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,83,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 #50539e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50539e


Comments

No comments written yet.

Please login to write comment.