Color Hex Logo

#80221d Color Hex

#80221D
(128,34,29)
0 Favorites   0 Comments

Color spaces of #80221d

RGB 1283429
HSL0.010.630.31
HSV77°50°
CMYK 0.000.730.77   0.50
XYZ9.69595.82201.7751
Yxy5.82200.56070.3367
Hunter Lab24.128829.502812.5284
CIE-Lab28.958939.837126.8025

#80221d color RGB value is (128,34,29).

#80221d hex color red value is 128, green value is 34 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #80221d hue: 0.01 , saturation: 0.63 and the lightness value of 80221d is 0.31.

The process color (four color CMYK) of #80221d color hex is 0.00, 0.73, 0.77, 0.50. Web safe color of #80221d is #993333. Color #80221d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100010 00011101
Octal 200 42 35
Decimal 128 34 29
Hex 80 22 1D

RGB Percentages of Color #80221d

%67.02
%17.80
%15.18

CMYK Percentages of Color #80221d

%0
%73
%77
%50

Triadic Colors of #80221d

#80221d #1d8022 #221d80

Analogous Colors of #80221d

#80221d #80541d #801d49

Monochromatic Colors of #80221d

#80221d

Complementary Color

#80221d #1d7b80

#80221d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80221d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80221d Color CSS Codes

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

#80221d Text Font Color

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

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


#80221d Background Color

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

This div background color is #80221d


#80221d Border Color

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

This div border color is #80221d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,34,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80221d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80221d;
  -webkit-box-shadow: 1px 1px 3px 2px #80221d;
  box-shadow:         1px 1px 3px 2px #80221d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80221d


Comments

No comments written yet.

Please login to write comment.