Color Hex Logo

#802176 Color Hex

#802176
(128,33,118)
0 Favorites   0 Comments

Color spaces of #802176

RGB 12833118
HSL0.850.590.32
HSV306°74°50°
CMYK 0.000.740.08   0.50
XYZ12.71606.984917.8176
Yxy6.98490.33890.1862
Hunter Lab26.429039.6326-21.4712
CIE-Lab31.772549.8095-27.0275

#802176 color RGB value is (128,33,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100001 01110110
Octal 200 41 166
Decimal 128 33 118
Hex 80 21 76

RGB Percentages of Color #802176

%45.88
%11.83
%42.29

CMYK Percentages of Color #802176

%0
%74
%8
%50

Triadic Colors of #802176

#802176 #768021 #217680

Analogous Colors of #802176

#802176 #802147 #5b2180

Monochromatic Colors of #802176

#802176

Complementary Color

#802176 #21802b

#802176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802176 Color CSS Codes

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

#802176 Text Font Color

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

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


#802176 Background Color

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

This div background color is #802176


#802176 Border Color

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

This div border color is #802176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802176


Comments

No comments written yet.

Please login to write comment.