Color Hex Logo

#50004d Color Hex

#50004D
(80,0,77)
1 Favorites   0 Comments

Color spaces of #50004d

RGB 80077
HSL0.841.000.16
HSV302°100°31°
CMYK 0.001.000.04   0.69
XYZ4.64782.24137.2088
Yxy2.24130.32970.1590
Hunter Lab14.971029.2169-18.0696
CIE-Lab16.705841.8675-24.5199

#50004d color RGB value is (80,0,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000000 01001101
Octal 120 0 115
Decimal 80 0 77
Hex 50 0 4D

RGB Percentages of Color #50004d

%50.96
%0.00
%49.04

CMYK Percentages of Color #50004d

%0
%100
%4
%69

Triadic Colors of #50004d

#50004d #4d5000 #004d50

Analogous Colors of #50004d

#50004d #500025 #2b0050

Monochromatic Colors of #50004d

#50004d

Complementary Color

#50004d #005003

#50004d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50004d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50004d Color CSS Codes

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

#50004d Text Font Color

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

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


#50004d Background Color

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

This div background color is #50004d


#50004d Border Color

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

This div border color is #50004d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50004d

#50004d Color Palettes


Comments

No comments written yet.

Please login to write comment.