Color Hex Logo

#50154d Color Hex

#50154D
(80,21,77)
0 Favorites   0 Comments

Color spaces of #50154d

RGB 802177
HSL0.840.580.20
HSV303°74°31°
CMYK 0.000.740.04   0.69
XYZ4.91602.77767.2982
Yxy2.77760.32790.1853
Hunter Lab16.666123.4863-14.2972
CIE-Lab19.130234.8686-20.6728

#50154d color RGB value is (80,21,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010101 01001101
Octal 120 25 115
Decimal 80 21 77
Hex 50 15 4D

RGB Percentages of Color #50154d

%44.94
%11.80
%43.26

CMYK Percentages of Color #50154d

%0
%74
%4
%69

Triadic Colors of #50154d

#50154d #4d5015 #154d50

Analogous Colors of #50154d

#50154d #50152f #361550

Monochromatic Colors of #50154d

#50154d

Complementary Color

#50154d #155018

#50154d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50154d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50154d Color CSS Codes

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

#50154d Text Font Color

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

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


#50154d Background Color

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

This div background color is #50154d


#50154d Border Color

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

This div border color is #50154d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50154d


Comments

No comments written yet.

Please login to write comment.