Color Hex Logo

#80164e Color Hex

#80164E
(128,22,78)
0 Favorites   0 Comments

Color spaces of #80164e

RGB 1282278
HSL0.910.710.29
HSV328°83°50°
CMYK 0.000.830.39   0.50
XYZ10.56415.71317.7537
Yxy5.71310.43960.2377
Hunter Lab23.902137.0637-2.5019
CIE-Lab28.676847.8278-5.8695

#80164e color RGB value is (128,22,78).

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

The process color (four color CMYK) of #80164e color hex is 0.00, 0.83, 0.39, 0.50. Web safe color of #80164e is #990066. Color #80164e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010110 01001110
Octal 200 26 116
Decimal 128 22 78
Hex 80 16 4E

RGB Percentages of Color #80164e

%56.14
%9.65
%34.21

CMYK Percentages of Color #80164e

%0
%83
%39
%50

Triadic Colors of #80164e

#80164e #4e8016 #164e80

Analogous Colors of #80164e

#80164e #801619 #7d1680

Monochromatic Colors of #80164e

#80164e

Complementary Color

#80164e #168048

#80164e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80164e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80164e Color CSS Codes

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

#80164e Text Font Color

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

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


#80164e Background Color

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

This div background color is #80164e


#80164e Border Color

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

This div border color is #80164e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80164e


Comments

No comments written yet.

Please login to write comment.