Color Hex Logo

#80216e Color Hex

#80216E
(128,33,110)
0 Favorites   0 Comments

Color spaces of #80216e

RGB 12833110
HSL0.860.590.32
HSV311°74°50°
CMYK 0.000.740.14   0.50
XYZ12.26046.802715.4187
Yxy6.80270.35560.1973
Hunter Lab26.082038.2643-16.7927
CIE-Lab31.353548.5244-22.6021

#80216e color RGB value is (128,33,110).

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

The process color (four color CMYK) of #80216e color hex is 0.00, 0.74, 0.14, 0.50. Web safe color of #80216e is #993366. Color #80216e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100001 01101110
Octal 200 41 156
Decimal 128 33 110
Hex 80 21 6E

RGB Percentages of Color #80216e

%47.23
%12.18
%40.59

CMYK Percentages of Color #80216e

%0
%74
%14
%50

Triadic Colors of #80216e

#80216e #6e8021 #216e80

Analogous Colors of #80216e

#80216e #80213f #632180

Monochromatic Colors of #80216e

#80216e

Complementary Color

#80216e #218033

#80216e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80216e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80216e Color CSS Codes

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

#80216e Text Font Color

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

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


#80216e Background Color

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

This div background color is #80216e


#80216e Border Color

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

This div border color is #80216e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80216e


Comments

No comments written yet.

Please login to write comment.