Color Hex Logo

#50054d Color Hex

#50054D
(80,5,77)
0 Favorites   0 Comments

Color spaces of #50054d

RGB 80577
HSL0.840.880.17
HSV302°94°31°
CMYK 0.000.940.04   0.69
XYZ4.70212.34987.2269
Yxy2.34980.32930.1646
Hunter Lab15.329127.9280-17.2220
CIE-Lab17.225340.3377-23.6919

#50054d color RGB value is (80,5,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000101 01001101
Octal 120 5 115
Decimal 80 5 77
Hex 50 5 4D

RGB Percentages of Color #50054d

%49.38
%3.09
%47.53

CMYK Percentages of Color #50054d

%0
%94
%4
%69

Triadic Colors of #50054d

#50054d #4d5005 #054d50

Analogous Colors of #50054d

#50054d #500528 #2d0550

Monochromatic Colors of #50054d

#50054d

Complementary Color

#50054d #055008

#50054d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50054d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50054d Color CSS Codes

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

#50054d Text Font Color

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

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


#50054d Background Color

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

This div background color is #50054d


#50054d Border Color

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

This div border color is #50054d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50054d


Comments

No comments written yet.

Please login to write comment.