Color Hex Logo

#50395e Color Hex

#50395E
(80,57,94)
0 Favorites   0 Comments

Color spaces of #50395e

RGB 805794
HSL0.770.250.30
HSV277°39°37°
CMYK 0.150.390.00   0.63
XYZ6.79185.439911.2817
Yxy5.43990.28880.2314
Hunter Lab23.323611.1627-12.3523
CIE-Lab27.953018.0319-18.1556

#50395e color RGB value is (80,57,94).

#50395e hex color red value is 80, green value is 57 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #50395e hue: 0.77 , saturation: 0.25 and the lightness value of 50395e is 0.30.

The process color (four color CMYK) of #50395e color hex is 0.15, 0.39, 0.00, 0.63. Web safe color of #50395e is #663366. Color #50395e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111001 01011110
Octal 120 71 136
Decimal 80 57 94
Hex 50 39 5E

RGB Percentages of Color #50395e

%34.63
%24.68
%40.69

CMYK Percentages of Color #50395e

%15
%39
%0
%63

Triadic Colors of #50395e

#50395e #5e5039 #395e50

Analogous Colors of #50395e

#50395e #5e395a #3e395e

Monochromatic Colors of #50395e

#50395e

Complementary Color

#50395e #475e39

#50395e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50395e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50395e Color CSS Codes

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

#50395e Text Font Color

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

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


#50395e Background Color

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

This div background color is #50395e


#50395e Border Color

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

This div border color is #50395e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50395e


Comments

No comments written yet.

Please login to write comment.