Color Hex Logo

#80071f Color Hex

#80071F
(128,7,31)
0 Favorites   0 Comments

Color spaces of #80071f

RGB 128731
HSL0.970.900.26
HSV348°95°50°
CMYK 0.000.950.76   0.50
XYZ9.22544.84011.7443
Yxy4.84010.58350.3061
Hunter Lab22.000236.350410.6993
CIE-Lab26.274347.566922.4689

#80071f color RGB value is (128,7,31).

#80071f hex color red value is 128, green value is 7 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #80071f hue: 0.97 , saturation: 0.90 and the lightness value of 80071f is 0.26.

The process color (four color CMYK) of #80071f color hex is 0.00, 0.95, 0.76, 0.50. Web safe color of #80071f is #990033. Color #80071f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000111 00011111
Octal 200 7 37
Decimal 128 7 31
Hex 80 7 1F

RGB Percentages of Color #80071f

%77.11
%4.22
%18.67

CMYK Percentages of Color #80071f

%0
%95
%76
%50

Triadic Colors of #80071f

#80071f #1f8007 #071f80

Analogous Colors of #80071f

#80071f #802c07 #80075b

Monochromatic Colors of #80071f

#80071f

Complementary Color

#80071f #078068

#80071f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80071f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80071f Color CSS Codes

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

#80071f Text Font Color

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

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


#80071f Background Color

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

This div background color is #80071f


#80071f Border Color

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

This div border color is #80071f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,7,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80071f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80071f;
  -webkit-box-shadow: 1px 1px 3px 2px #80071f;
  box-shadow:         1px 1px 3px 2px #80071f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80071f


Comments

No comments written yet.

Please login to write comment.