Color Hex Logo

#801715 Color Hex

#801715
(128,23,21)
0 Favorites   0 Comments

Color spaces of #801715

RGB 1282321
HSL0.000.720.29
HSV84°50°
CMYK 0.000.820.84   0.50
XYZ9.34385.25611.2315
Yxy5.25610.59020.3320
Hunter Lab22.926232.628712.8635
CIE-Lab27.452343.468130.0237

#801715 color RGB value is (128,23,21).

#801715 hex color red value is 128, green value is 23 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #801715 hue: 0.00 , saturation: 0.72 and the lightness value of 801715 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010111 00010101
Octal 200 27 25
Decimal 128 23 21
Hex 80 17 15

RGB Percentages of Color #801715

%74.42
%13.37
%12.21

CMYK Percentages of Color #801715

%0
%82
%84
%50

Triadic Colors of #801715

#801715 #158017 #171580

Analogous Colors of #801715

#801715 #804d15 #801549

Monochromatic Colors of #801715

#801715

Complementary Color

#801715 #157e80

#801715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801715 Color CSS Codes

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

#801715 Text Font Color

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

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


#801715 Background Color

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

This div background color is #801715


#801715 Border Color

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

This div border color is #801715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801715


Comments

No comments written yet.

Please login to write comment.