Color Hex Logo

#804976 Color Hex

#804976
(128,73,118)
0 Favorites   0 Comments

Color spaces of #804976

RGB 12873118
HSL0.860.270.39
HSV311°43°50°
CMYK 0.000.430.08   0.50
XYZ14.554610.662318.4305
Yxy10.66230.33350.2443
Hunter Lab32.653222.4203-10.6080
CIE-Lab39.005830.4062-15.7966

#804976 color RGB value is (128,73,118).

#804976 hex color red value is 128, green value is 73 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #804976 hue: 0.86 , saturation: 0.27 and the lightness value of 804976 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001001 01110110
Octal 200 111 166
Decimal 128 73 118
Hex 80 49 76

RGB Percentages of Color #804976

%40.13
%22.88
%36.99

CMYK Percentages of Color #804976

%0
%43
%8
%50

Triadic Colors of #804976

#804976 #768049 #497680

Analogous Colors of #804976

#804976 #80495b #6f4980

Monochromatic Colors of #804976

#804976

Complementary Color

#804976 #498053

#804976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804976 Color CSS Codes

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

#804976 Text Font Color

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

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


#804976 Background Color

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

This div background color is #804976


#804976 Border Color

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

This div border color is #804976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804976


Comments

No comments written yet.

Please login to write comment.