Color Hex Logo

#801116 Color Hex

#801116
(128,17,22)
0 Favorites   0 Comments

Color spaces of #801116

RGB 1281722
HSL0.990.770.28
HSV357°87°50°
CMYK 0.000.870.83   0.50
XYZ9.24745.04801.2460
Yxy5.04800.59500.3248
Hunter Lab22.467834.149412.4394
CIE-Lab26.871145.176928.8462

#801116 color RGB value is (128,17,22).

#801116 hex color red value is 128, green value is 17 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #801116 hue: 0.99 , saturation: 0.77 and the lightness value of 801116 is 0.28.

The process color (four color CMYK) of #801116 color hex is 0.00, 0.87, 0.83, 0.50. Web safe color of #801116 is #990000. Color #801116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010001 00010110
Octal 200 21 26
Decimal 128 17 22
Hex 80 11 16

RGB Percentages of Color #801116

%76.65
%10.18
%13.17

CMYK Percentages of Color #801116

%0
%87
%83
%50

Triadic Colors of #801116

#801116 #168011 #111680

Analogous Colors of #801116

#801116 #804311 #80114e

Monochromatic Colors of #801116

#801116

Complementary Color

#801116 #11807b

#801116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801116 Color CSS Codes

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

#801116 Text Font Color

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

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


#801116 Background Color

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

This div background color is #801116


#801116 Border Color

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

This div border color is #801116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801116


Comments

No comments written yet.

Please login to write comment.