Color Hex Logo

#50154e Color Hex

#50154E
(80,21,78)
0 Favorites   0 Comments

Color spaces of #50154e

RGB 802178
HSL0.840.580.20
HSV302°74°31°
CMYK 0.000.740.02   0.69
XYZ4.95162.79197.4856
Yxy2.79190.32510.1833
Hunter Lab16.709023.6566-14.8656
CIE-Lab19.190435.0578-21.2586

#50154e color RGB value is (80,21,78).

#50154e hex color red value is 80, green value is 21 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #50154e hue: 0.84 , saturation: 0.58 and the lightness value of 50154e is 0.20.

The process color (four color CMYK) of #50154e color hex is 0.00, 0.74, 0.02, 0.69. Web safe color of #50154e is #660066. Color #50154e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010101 01001110
Octal 120 25 116
Decimal 80 21 78
Hex 50 15 4E

RGB Percentages of Color #50154e

%44.69
%11.73
%43.58

CMYK Percentages of Color #50154e

%0
%74
%2
%69

Triadic Colors of #50154e

#50154e #4e5015 #154e50

Analogous Colors of #50154e

#50154e #501531 #351550

Monochromatic Colors of #50154e

#50154e

Complementary Color

#50154e #155017

#50154e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50154e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50154e Color CSS Codes

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

#50154e Text Font Color

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

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


#50154e Background Color

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

This div background color is #50154e


#50154e Border Color

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

This div border color is #50154e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50154e


Comments

No comments written yet.

Please login to write comment.