Color Hex Logo

#501439 Color Hex

#501439
(80,20,57)
0 Favorites   0 Comments

Color spaces of #501439

RGB 802057
HSL0.900.600.20
HSV323°75°31°
CMYK 0.000.750.29   0.69
XYZ4.29692.50124.1272
Yxy2.50120.39330.2289
Hunter Lab15.815220.8209-4.4020
CIE-Lab17.924031.8942-8.6937

#501439 color RGB value is (80,20,57).

#501439 hex color red value is 80, green value is 20 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #501439 hue: 0.90 , saturation: 0.60 and the lightness value of 501439 is 0.20.

The process color (four color CMYK) of #501439 color hex is 0.00, 0.75, 0.29, 0.69. Web safe color of #501439 is #660033. Color #501439 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010100 00111001
Octal 120 24 71
Decimal 80 20 57
Hex 50 14 39

RGB Percentages of Color #501439

%50.96
%12.74
%36.31

CMYK Percentages of Color #501439

%0
%75
%29
%69

Triadic Colors of #501439

#501439 #395014 #143950

Analogous Colors of #501439

#501439 #50141b #491450

Monochromatic Colors of #501439

#501439

Complementary Color

#501439 #14502b

#501439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501439 Color CSS Codes

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

#501439 Text Font Color

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

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


#501439 Background Color

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

This div background color is #501439


#501439 Border Color

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

This div border color is #501439


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,20,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #501439; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #501439;
  -webkit-box-shadow: 1px 1px 3px 2px #501439;
  box-shadow:         1px 1px 3px 2px #501439; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,20,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #501439">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501439


Comments

No comments written yet.

Please login to write comment.