Color Hex Logo

#50084e Color Hex

#50084E
(80,8,78)
0 Favorites   0 Comments

Color spaces of #50084e

RGB 80878
HSL0.840.820.17
HSV302°90°31°
CMYK 0.000.900.02   0.69
XYZ4.77022.42927.4252
Yxy2.42920.32620.1661
Hunter Lab15.585927.3562-17.3359
CIE-Lab17.595339.6244-23.7878

#50084e color RGB value is (80,8,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001000 01001110
Octal 120 10 116
Decimal 80 8 78
Hex 50 8 4E

RGB Percentages of Color #50084e

%48.19
%4.82
%46.99

CMYK Percentages of Color #50084e

%0
%90
%2
%69

Triadic Colors of #50084e

#50084e #4e5008 #084e50

Analogous Colors of #50084e

#50084e #50082a #2e0850

Monochromatic Colors of #50084e

#50084e

Complementary Color

#50084e #08500a

#50084e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50084e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50084e Color CSS Codes

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

#50084e Text Font Color

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

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


#50084e Background Color

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

This div background color is #50084e


#50084e Border Color

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

This div border color is #50084e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50084e


Comments

No comments written yet.

Please login to write comment.