Color Hex Logo

#801976 Color Hex

#801976
(128,25,118)
0 Favorites   0 Comments

Color spaces of #801976

RGB 12825118
HSL0.850.670.30
HSV306°80°50°
CMYK 0.000.800.08   0.50
XYZ12.51976.592517.7521
Yxy6.59250.33960.1788
Hunter Lab25.675942.1049-23.0196
CIE-Lab30.860652.4173-28.4655

#801976 color RGB value is (128,25,118).

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

The process color (four color CMYK) of #801976 color hex is 0.00, 0.80, 0.08, 0.50. Web safe color of #801976 is #990066. Color #801976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011001 01110110
Octal 200 31 166
Decimal 128 25 118
Hex 80 19 76

RGB Percentages of Color #801976

%47.23
%9.23
%43.54

CMYK Percentages of Color #801976

%0
%80
%8
%50

Triadic Colors of #801976

#801976 #768019 #197680

Analogous Colors of #801976

#801976 #801942 #571980

Monochromatic Colors of #801976

#801976

Complementary Color

#801976 #198023

#801976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801976 Color CSS Codes

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

#801976 Text Font Color

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

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


#801976 Background Color

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

This div background color is #801976


#801976 Border Color

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

This div border color is #801976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801976


Comments

No comments written yet.

Please login to write comment.