Color Hex Logo

#80117a Color Hex

#80117A
(128,17,122)
0 Favorites   0 Comments

Color spaces of #80117a

RGB 12817122
HSL0.840.770.28
HSV303°87°50°
CMYK 0.000.870.05   0.50
XYZ12.61546.395218.9819
Yxy6.39520.33200.1683
Hunter Lab25.288744.7903-26.8014
CIE-Lab30.388455.0994-31.7466

#80117a color RGB value is (128,17,122).

#80117a hex color red value is 128, green value is 17 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #80117a hue: 0.84 , saturation: 0.77 and the lightness value of 80117a is 0.28.

The process color (four color CMYK) of #80117a color hex is 0.00, 0.87, 0.05, 0.50. Web safe color of #80117a is #990066. Color #80117a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010001 01111010
Octal 200 21 172
Decimal 128 17 122
Hex 80 11 7A

RGB Percentages of Color #80117a

%47.94
%6.37
%45.69

CMYK Percentages of Color #80117a

%0
%87
%5
%50

Triadic Colors of #80117a

#80117a #7a8011 #117a80

Analogous Colors of #80117a

#80117a #801142 #4e1180

Monochromatic Colors of #80117a

#80117a

Complementary Color

#80117a #118017

#80117a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80117a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80117a Color CSS Codes

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

#80117a Text Font Color

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

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


#80117a Background Color

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

This div background color is #80117a


#80117a Border Color

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

This div border color is #80117a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80117a


Comments

No comments written yet.

Please login to write comment.