Color Hex Logo

#50054e Color Hex

#50054E
(80,5,78)
0 Favorites   0 Comments

Color spaces of #50054e

RGB 80578
HSL0.840.880.17
HSV302°94°31°
CMYK 0.000.940.02   0.69
XYZ4.73772.36417.4143
Yxy2.36410.32640.1629
Hunter Lab15.375628.0939-17.8274
CIE-Lab17.292540.5099-24.2699

#50054e color RGB value is (80,5,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000101 01001110
Octal 120 5 116
Decimal 80 5 78
Hex 50 5 4E

RGB Percentages of Color #50054e

%49.08
%3.07
%47.85

CMYK Percentages of Color #50054e

%0
%94
%2
%69

Triadic Colors of #50054e

#50054e #4e5005 #054e50

Analogous Colors of #50054e

#50054e #500528 #2d0550

Monochromatic Colors of #50054e

#50054e

Complementary Color

#50054e #055007

#50054e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50054e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50054e Color CSS Codes

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

#50054e Text Font Color

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

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


#50054e Background Color

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

This div background color is #50054e


#50054e Border Color

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

This div border color is #50054e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50054e


Comments

No comments written yet.

Please login to write comment.