Color Hex Logo

#801117 Color Hex

#801117
(128,17,23)
0 Favorites   0 Comments

Color spaces of #801117

RGB 1281723
HSL0.990.770.28
HSV357°87°50°
CMYK 0.000.870.82   0.50
XYZ9.25725.05201.2978
Yxy5.05200.59310.3237
Hunter Lab22.476734.182612.3103
CIE-Lab26.882445.209328.2496

#801117 color RGB value is (128,17,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010001 00010111
Octal 200 21 27
Decimal 128 17 23
Hex 80 11 17

RGB Percentages of Color #801117

%76.19
%10.12
%13.69

CMYK Percentages of Color #801117

%0
%87
%82
%50

Triadic Colors of #801117

#801117 #178011 #111780

Analogous Colors of #801117

#801117 #804211 #80114f

Monochromatic Colors of #801117

#801117

Complementary Color

#801117 #11807a

#801117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801117 Color CSS Codes

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

#801117 Text Font Color

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

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


#801117 Background Color

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

This div background color is #801117


#801117 Border Color

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

This div border color is #801117


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,17,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 #801117">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801117


Comments

No comments written yet.

Please login to write comment.