Color Hex Logo

#80166c Color Hex

#80166C
(128,22,108)
0 Favorites   0 Comments

Color spaces of #80166c

RGB 12822108
HSL0.860.710.29
HSV311°83°50°
CMYK 0.000.830.16   0.50
XYZ11.89586.245714.7659
Yxy6.24570.36150.1898
Hunter Lab24.991441.2303-17.5369
CIE-Lab30.024151.7250-23.4017

#80166c color RGB value is (128,22,108).

#80166c hex color red value is 128, green value is 22 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #80166c hue: 0.86 , saturation: 0.71 and the lightness value of 80166c is 0.29.

The process color (four color CMYK) of #80166c color hex is 0.00, 0.83, 0.16, 0.50. Web safe color of #80166c is #990066. Color #80166c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010110 01101100
Octal 200 26 154
Decimal 128 22 108
Hex 80 16 6C

RGB Percentages of Color #80166c

%49.61
%8.53
%41.86

CMYK Percentages of Color #80166c

%0
%83
%16
%50

Triadic Colors of #80166c

#80166c #6c8016 #166c80

Analogous Colors of #80166c

#80166c #801637 #5f1680

Monochromatic Colors of #80166c

#80166c

Complementary Color

#80166c #16802a

#80166c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80166c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80166c Color CSS Codes

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

#80166c Text Font Color

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

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


#80166c Background Color

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

This div background color is #80166c


#80166c Border Color

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

This div border color is #80166c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,22,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80166c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80166c;
  -webkit-box-shadow: 1px 1px 3px 2px #80166c;
  box-shadow:         1px 1px 3px 2px #80166c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80166c


Comments

No comments written yet.

Please login to write comment.