Color Hex Logo

#800720 Color Hex

#800720
(128,7,32)
0 Favorites   0 Comments

Color spaces of #800720

RGB 128732
HSL0.970.900.26
HSV348°95°50°
CMYK 0.000.950.75   0.50
XYZ9.23884.84541.8148
Yxy4.84540.58110.3048
Hunter Lab22.012336.397010.5204
CIE-Lab26.289747.611621.8252

#800720 color RGB value is (128,7,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000111 00100000
Octal 200 7 40
Decimal 128 7 32
Hex 80 7 20

RGB Percentages of Color #800720

%76.65
%4.19
%19.16

CMYK Percentages of Color #800720

%0
%95
%75
%50

Triadic Colors of #800720

#800720 #208007 #072080

Analogous Colors of #800720

#800720 #802b07 #80075c

Monochromatic Colors of #800720

#800720

Complementary Color

#800720 #078067

#800720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800720 Color CSS Codes

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

#800720 Text Font Color

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

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


#800720 Background Color

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

This div background color is #800720


#800720 Border Color

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

This div border color is #800720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800720


Comments

No comments written yet.

Please login to write comment.