Color Hex Logo

#50134e Color Hex

#50134E
(80,19,78)
0 Favorites   0 Comments

Color spaces of #50134e

RGB 801978
HSL0.840.620.19
HSV302°76°31°
CMYK 0.000.760.02   0.69
XYZ4.91632.72137.4739
Yxy2.72130.32530.1801
Hunter Lab16.496424.3285-15.3147
CIE-Lab18.891335.9025-21.7317

#50134e color RGB value is (80,19,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010011 01001110
Octal 120 23 116
Decimal 80 19 78
Hex 50 13 4E

RGB Percentages of Color #50134e

%45.20
%10.73
%44.07

CMYK Percentages of Color #50134e

%0
%76
%2
%69

Triadic Colors of #50134e

#50134e #4e5013 #134e50

Analogous Colors of #50134e

#50134e #501330 #341350

Monochromatic Colors of #50134e

#50134e

Complementary Color

#50134e #135015

#50134e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50134e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50134e Color CSS Codes

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

#50134e Text Font Color

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

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


#50134e Background Color

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

This div background color is #50134e


#50134e Border Color

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

This div border color is #50134e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50134e


Comments

No comments written yet.

Please login to write comment.