Color Hex Logo

#80016a Color Hex

#80016A
(128,1,106)
0 Favorites   0 Comments

Color spaces of #80016a

RGB 1281106
HSL0.860.980.25
HSV310°99°50°
CMYK 0.000.990.17   0.50
XYZ11.51455.651514.1196
Yxy5.65150.36800.1806
Hunter Lab23.772944.8547-18.5735
CIE-Lab28.515655.5256-24.4808

#80016a color RGB value is (128,1,106).

#80016a hex color red value is 128, green value is 1 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #80016a hue: 0.86 , saturation: 0.98 and the lightness value of 80016a is 0.25.

The process color (four color CMYK) of #80016a color hex is 0.00, 0.99, 0.17, 0.50. Web safe color of #80016a is #990066. Color #80016a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000001 01101010
Octal 200 1 152
Decimal 128 1 106
Hex 80 1 6A

RGB Percentages of Color #80016a

%54.47
%0.43
%45.11

CMYK Percentages of Color #80016a

%0
%99
%17
%50

Triadic Colors of #80016a

#80016a #6a8001 #016a80

Analogous Colors of #80016a

#80016a #80012b #570180

Monochromatic Colors of #80016a

#80016a

Complementary Color

#80016a #018017

#80016a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80016a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80016a Color CSS Codes

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

#80016a Text Font Color

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

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


#80016a Background Color

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

This div background color is #80016a


#80016a Border Color

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

This div border color is #80016a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80016a


Comments

No comments written yet.

Please login to write comment.