Color Hex Logo

#80114e Color Hex

#80114E
(128,17,78)
0 Favorites   0 Comments

Color spaces of #80114e

RGB 1281778
HSL0.910.770.28
HSV327°87°50°
CMYK 0.000.870.39   0.50
XYZ10.47775.54027.7248
Yxy5.54020.44130.2333
Hunter Lab23.537638.2678-2.9820
CIE-Lab28.221549.1332-6.5514

#80114e color RGB value is (128,17,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010001 01001110
Octal 200 21 116
Decimal 128 17 78
Hex 80 11 4E

RGB Percentages of Color #80114e

%57.40
%7.62
%34.98

CMYK Percentages of Color #80114e

%0
%87
%39
%50

Triadic Colors of #80114e

#80114e #4e8011 #114e80

Analogous Colors of #80114e

#80114e #801117 #7b1180

Monochromatic Colors of #80114e

#80114e

Complementary Color

#80114e #118043

#80114e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80114e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80114e Color CSS Codes

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

#80114e Text Font Color

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

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


#80114e Background Color

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

This div background color is #80114e


#80114e Border Color

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

This div border color is #80114e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80114e


Comments

No comments written yet.

Please login to write comment.