Color Hex Logo

#501846 Color Hex

#501846
(80,24,70)
0 Favorites   0 Comments

Color spaces of #501846

RGB 802470
HSL0.860.540.20
HSV311°70°31°
CMYK 0.000.700.13   0.69
XYZ4.74042.80096.0851
Yxy2.80090.34790.2055
Hunter Lab16.735921.2719-9.8425
CIE-Lab19.228232.2013-15.7273

#501846 color RGB value is (80,24,70).

#501846 hex color red value is 80, green value is 24 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #501846 hue: 0.86 , saturation: 0.54 and the lightness value of 501846 is 0.20.

The process color (four color CMYK) of #501846 color hex is 0.00, 0.70, 0.13, 0.69. Web safe color of #501846 is #660033. Color #501846 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011000 01000110
Octal 120 30 106
Decimal 80 24 70
Hex 50 18 46

RGB Percentages of Color #501846

%45.98
%13.79
%40.23

CMYK Percentages of Color #501846

%0
%70
%13
%69

Triadic Colors of #501846

#501846 #465018 #184650

Analogous Colors of #501846

#501846 #50182a #3e1850

Monochromatic Colors of #501846

#501846

Complementary Color

#501846 #185022

#501846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501846 Color CSS Codes

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

#501846 Text Font Color

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

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


#501846 Background Color

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

This div background color is #501846


#501846 Border Color

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

This div border color is #501846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501846


Comments

No comments written yet.

Please login to write comment.