Color Hex Logo

#80212e Color Hex

#80212E
(128,33,46)
0 Favorites   0 Comments

Color spaces of #80212e

RGB 1283346
HSL0.980.590.32
HSV352°74°50°
CMYK 0.000.740.64   0.50
XYZ9.93915.87423.1947
Yxy5.87420.52290.3090
Hunter Lab24.236730.78579.1506
CIE-Lab29.092841.196916.0603

#80212e color RGB value is (128,33,46).

#80212e hex color red value is 128, green value is 33 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #80212e hue: 0.98 , saturation: 0.59 and the lightness value of 80212e is 0.32.

The process color (four color CMYK) of #80212e color hex is 0.00, 0.74, 0.64, 0.50. Web safe color of #80212e is #993333. Color #80212e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100001 00101110
Octal 200 41 56
Decimal 128 33 46
Hex 80 21 2E

RGB Percentages of Color #80212e

%61.84
%15.94
%22.22

CMYK Percentages of Color #80212e

%0
%74
%64
%50

Triadic Colors of #80212e

#80212e #2e8021 #212e80

Analogous Colors of #80212e

#80212e #804421 #80215d

Monochromatic Colors of #80212e

#80212e

Complementary Color

#80212e #218073

#80212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80212e Color CSS Codes

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

#80212e Text Font Color

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

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


#80212e Background Color

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

This div background color is #80212e


#80212e Border Color

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

This div border color is #80212e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80212e


Comments

No comments written yet.

Please login to write comment.