Color Hex Logo

#501217 Color Hex

#501217
(80,18,23)
0 Favorites   0 Comments

Color spaces of #501217

RGB 801823
HSL0.990.630.19
HSV355°78°31°
CMYK 0.000.780.71   0.69
XYZ3.67922.19991.0413
Yxy2.19990.53160.3179
Hunter Lab14.832118.32216.2199
CIE-Lab16.503229.038313.5876

#501217 color RGB value is (80,18,23).

#501217 hex color red value is 80, green value is 18 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #501217 hue: 0.99 , saturation: 0.63 and the lightness value of 501217 is 0.19.

The process color (four color CMYK) of #501217 color hex is 0.00, 0.78, 0.71, 0.69. Web safe color of #501217 is #660000. Color #501217 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010010 00010111
Octal 120 22 27
Decimal 80 18 23
Hex 50 12 17

RGB Percentages of Color #501217

%66.12
%14.88
%19.01

CMYK Percentages of Color #501217

%0
%78
%71
%69

Triadic Colors of #501217

#501217 #175012 #121750

Analogous Colors of #501217

#501217 #502c12 #501236

Monochromatic Colors of #501217

#501217

Complementary Color

#501217 #12504b

#501217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501217 Color CSS Codes

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

#501217 Text Font Color

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

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


#501217 Background Color

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

This div background color is #501217


#501217 Border Color

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

This div border color is #501217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501217


Comments

No comments written yet.

Please login to write comment.