Color Hex Logo

#802d76 Color Hex

#802D76
(128,45,118)
0 Favorites   0 Comments

Color spaces of #802d76

RGB 12845118
HSL0.850.480.34
HSV307°65°50°
CMYK 0.000.650.08   0.50
XYZ13.11057.774017.9491
Yxy7.77400.33760.2002
Hunter Lab27.881935.1402-18.6509
CIE-Lab33.507744.9479-24.3042

#802d76 color RGB value is (128,45,118).

#802d76 hex color red value is 128, green value is 45 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #802d76 hue: 0.85 , saturation: 0.48 and the lightness value of 802d76 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101101 01110110
Octal 200 55 166
Decimal 128 45 118
Hex 80 2D 76

RGB Percentages of Color #802d76

%43.99
%15.46
%40.55

CMYK Percentages of Color #802d76

%0
%65
%8
%50

Triadic Colors of #802d76

#802d76 #76802d #2d7680

Analogous Colors of #802d76

#802d76 #802d4d #612d80

Monochromatic Colors of #802d76

#802d76

Complementary Color

#802d76 #2d8037

#802d76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802d76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802d76 Color CSS Codes

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

#802d76 Text Font Color

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

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


#802d76 Background Color

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

This div background color is #802d76


#802d76 Border Color

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

This div border color is #802d76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802d76


Comments

No comments written yet.

Please login to write comment.