Color Hex Logo

#501103 Color Hex

#501103
(80,17,3)
0 Favorites   0 Comments

Color spaces of #501103

RGB 80173
HSL0.030.930.16
HSV11°96°31°
CMYK 0.000.790.96   0.69
XYZ3.52522.11290.3082
Yxy2.11290.59280.3553
Hunter Lab14.535817.85188.9180
CIE-Lab16.068928.516523.2967

#501103 color RGB value is (80,17,3).

#501103 hex color red value is 80, green value is 17 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #501103 hue: 0.03 , saturation: 0.93 and the lightness value of 501103 is 0.16.

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

Base Numbers

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

RGB Percentages of Color #501103

%80.00
%17.00
%3.00

CMYK Percentages of Color #501103

%0
%79
%96
%69

Triadic Colors of #501103

#501103 #035011 #110350

Analogous Colors of #501103

#501103 #503803 #50031c

Monochromatic Colors of #501103

#501103

Complementary Color

#501103 #034250

#501103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501103 Color CSS Codes

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

#501103 Text Font Color

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

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


#501103 Background Color

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

This div background color is #501103


#501103 Border Color

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

This div border color is #501103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501103


Comments

No comments written yet.

Please login to write comment.