Color Hex Logo

#80134e Color Hex

#80134E
(128,19,78)
0 Favorites   0 Comments

Color spaces of #80134e

RGB 1281978
HSL0.910.740.29
HSV328°85°50°
CMYK 0.000.850.39   0.50
XYZ10.51015.60507.7357
Yxy5.60500.44070.2350
Hunter Lab23.674937.8113-2.8004
CIE-Lab28.393248.6398-6.2942

#80134e color RGB value is (128,19,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010011 01001110
Octal 200 23 116
Decimal 128 19 78
Hex 80 13 4E

RGB Percentages of Color #80134e

%56.89
%8.44
%34.67

CMYK Percentages of Color #80134e

%0
%85
%39
%50

Triadic Colors of #80134e

#80134e #4e8013 #134e80

Analogous Colors of #80134e

#80134e #801317 #7c1380

Monochromatic Colors of #80134e

#80134e

Complementary Color

#80134e #138045

#80134e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80134e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80134e Color CSS Codes

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

#80134e Text Font Color

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

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


#80134e Background Color

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

This div background color is #80134e


#80134e Border Color

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

This div border color is #80134e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80134e


Comments

No comments written yet.

Please login to write comment.