Color Hex Logo

#804176 Color Hex

#804176
(128,65,118)
0 Favorites   0 Comments

Color spaces of #804176

RGB 12865118
HSL0.860.330.38
HSV310°49°50°
CMYK 0.000.490.08   0.50
XYZ14.06249.677818.2664
Yxy9.67780.33480.2304
Hunter Lab31.109226.2470-13.0370
CIE-Lab37.257834.8904-18.4809

#804176 color RGB value is (128,65,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000001 01110110
Octal 200 101 166
Decimal 128 65 118
Hex 80 41 76

RGB Percentages of Color #804176

%41.16
%20.90
%37.94

CMYK Percentages of Color #804176

%0
%49
%8
%50

Triadic Colors of #804176

#804176 #768041 #417680

Analogous Colors of #804176

#804176 #804156 #6b4180

Monochromatic Colors of #804176

#804176

Complementary Color

#804176 #41804b

#804176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804176 Color CSS Codes

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

#804176 Text Font Color

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

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


#804176 Background Color

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

This div background color is #804176


#804176 Border Color

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

This div border color is #804176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804176


Comments

No comments written yet.

Please login to write comment.