Color Hex Logo

#801315 Color Hex

#801315
(128,19,21)
0 Favorites   0 Comments

Color spaces of #801315

RGB 1281921
HSL1.000.740.29
HSV359°85°50°
CMYK 0.000.850.84   0.50
XYZ9.27035.10911.2070
Yxy5.10910.59480.3278
Hunter Lab22.603333.652412.6563
CIE-Lab27.043444.624029.6184

#801315 color RGB value is (128,19,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010011 00010101
Octal 200 23 25
Decimal 128 19 21
Hex 80 13 15

RGB Percentages of Color #801315

%76.19
%11.31
%12.50

CMYK Percentages of Color #801315

%0
%85
%84
%50

Triadic Colors of #801315

#801315 #158013 #131580

Analogous Colors of #801315

#801315 #804813 #80134b

Monochromatic Colors of #801315

#801315

Complementary Color

#801315 #13807e

#801315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801315 Color CSS Codes

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

#801315 Text Font Color

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

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


#801315 Background Color

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

This div background color is #801315


#801315 Border Color

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

This div border color is #801315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801315


Comments

No comments written yet.

Please login to write comment.