Color Hex Logo

#801314 Color Hex

#801314
(128,19,20)
0 Favorites   0 Comments

Color spaces of #801314

RGB 1281920
HSL1.000.740.29
HSV359°85°50°
CMYK 0.000.850.84   0.50
XYZ9.26125.10541.1591
Yxy5.10540.59650.3288
Hunter Lab22.595133.621412.7751
CIE-Lab27.033044.593530.1984

#801314 color RGB value is (128,19,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010011 00010100
Octal 200 23 24
Decimal 128 19 20
Hex 80 13 14

RGB Percentages of Color #801314

%76.65
%11.38
%11.98

CMYK Percentages of Color #801314

%0
%85
%84
%50

Triadic Colors of #801314

#801314 #148013 #131480

Analogous Colors of #801314

#801314 #804913 #80134b

Monochromatic Colors of #801314

#801314

Complementary Color

#801314 #13807f

#801314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801314 Color CSS Codes

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

#801314 Text Font Color

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

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


#801314 Background Color

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

This div background color is #801314


#801314 Border Color

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

This div border color is #801314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801314


Comments

No comments written yet.

Please login to write comment.