Color Hex Logo

#80212b Color Hex

#80212B
(128,33,43)
0 Favorites   0 Comments

Color spaces of #80212b

RGB 1283343
HSL0.980.590.32
HSV354°74°50°
CMYK 0.000.740.66   0.50
XYZ9.88205.85132.8941
Yxy5.85130.53050.3141
Hunter Lab24.189530.59029.8390
CIE-Lab29.034240.997817.9579

#80212b color RGB value is (128,33,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100001 00101011
Octal 200 41 53
Decimal 128 33 43
Hex 80 21 2B

RGB Percentages of Color #80212b

%62.75
%16.18
%21.08

CMYK Percentages of Color #80212b

%0
%74
%66
%50

Triadic Colors of #80212b

#80212b #2b8021 #212b80

Analogous Colors of #80212b

#80212b #804721 #80215a

Monochromatic Colors of #80212b

#80212b

Complementary Color

#80212b #218076

#80212b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80212b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80212b Color CSS Codes

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

#80212b Text Font Color

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

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


#80212b Background Color

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

This div background color is #80212b


#80212b Border Color

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

This div border color is #80212b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80212b


Comments

No comments written yet.

Please login to write comment.