Color Hex Logo

#501111 Color Hex

#501111
(80,17,17)
0 Favorites   0 Comments

Color spaces of #501111

RGB 801717
HSL0.000.650.19
HSV79°31°
CMYK 0.000.790.79   0.69
XYZ3.60992.14680.7544
Yxy2.14680.55440.3297
Hunter Lab14.652018.33737.2037
CIE-Lab16.239529.106117.2087

#501111 color RGB value is (80,17,17).

#501111 hex color red value is 80, green value is 17 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #501111 hue: 0.00 , saturation: 0.65 and the lightness value of 501111 is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010001 00010001
Octal 120 21 21
Decimal 80 17 17
Hex 50 11 11

RGB Percentages of Color #501111

%70.18
%14.91
%14.91

CMYK Percentages of Color #501111

%0
%79
%79
%69

Triadic Colors of #501111

#501111 #115011 #111150

Analogous Colors of #501111

#501111 #503111 #501131

Monochromatic Colors of #501111

#501111

Complementary Color

#501111 #115050

#501111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501111 Color CSS Codes

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

#501111 Text Font Color

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

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


#501111 Background Color

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

This div background color is #501111


#501111 Border Color

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

This div border color is #501111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501111

#501111 Color Palettes


Comments

No comments written yet.

Please login to write comment.