Color Hex Logo

#80211d Color Hex

#80211D
(128,33,29)
0 Favorites   0 Comments

Color spaces of #80211d

RGB 1283329
HSL0.010.630.31
HSV77°50°
CMYK 0.000.740.77   0.50
XYZ9.66775.76561.7657
Yxy5.76560.56210.3352
Hunter Lab24.011729.848212.4483
CIE-Lab28.813240.238226.6410

#80211d color RGB value is (128,33,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100001 00011101
Octal 200 41 35
Decimal 128 33 29
Hex 80 21 1D

RGB Percentages of Color #80211d

%67.37
%17.37
%15.26

CMYK Percentages of Color #80211d

%0
%74
%77
%50

Triadic Colors of #80211d

#80211d #1d8021 #211d80

Analogous Colors of #80211d

#80211d #80531d #801d4a

Monochromatic Colors of #80211d

#80211d

Complementary Color

#80211d #1d7c80

#80211d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80211d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80211d Color CSS Codes

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

#80211d Text Font Color

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

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


#80211d Background Color

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

This div background color is #80211d


#80211d Border Color

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

This div border color is #80211d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80211d


Comments

No comments written yet.

Please login to write comment.