Color Hex Logo

#50389e Color Hex

#50389E
(80,56,158)
0 Favorites   0 Comments

Color spaces of #50389e

RGB 8056158
HSL0.710.480.42
HSV254°65°62°
CMYK 0.490.650.00   0.38
XYZ10.89407.002433.1252
Yxy7.00240.21350.1372
Hunter Lab26.462027.1770-55.6958
CIE-Lab31.812436.7892-52.0774

#50389e color RGB value is (80,56,158).

#50389e hex color red value is 80, green value is 56 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #50389e hue: 0.71 , saturation: 0.48 and the lightness value of 50389e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111000 10011110
Octal 120 70 236
Decimal 80 56 158
Hex 50 38 9E

RGB Percentages of Color #50389e

%27.21
%19.05
%53.74

CMYK Percentages of Color #50389e

%49
%65
%0
%38

Triadic Colors of #50389e

#50389e #9e5038 #389e50

Analogous Colors of #50389e

#50389e #83389e #38539e

Monochromatic Colors of #50389e

#50389e

Complementary Color

#50389e #869e38

#50389e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50389e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50389e Color CSS Codes

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

#50389e Text Font Color

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

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


#50389e Background Color

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

This div background color is #50389e


#50389e Border Color

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

This div border color is #50389e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50389e


Comments

No comments written yet.

Please login to write comment.