Color Hex Logo

#80144d Color Hex

#80144D
(128,20,77)
0 Favorites   0 Comments

Color spaces of #80144d

RGB 1282077
HSL0.910.730.29
HSV328°84°50°
CMYK 0.000.840.40   0.50
XYZ10.49185.62537.5540
Yxy5.62530.44320.2376
Hunter Lab23.717737.4555-2.2812
CIE-Lab28.446748.2697-5.5482

#80144d color RGB value is (128,20,77).

#80144d hex color red value is 128, green value is 20 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #80144d hue: 0.91 , saturation: 0.73 and the lightness value of 80144d is 0.29.

The process color (four color CMYK) of #80144d color hex is 0.00, 0.84, 0.40, 0.50. Web safe color of #80144d is #990066. Color #80144d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010100 01001101
Octal 200 24 115
Decimal 128 20 77
Hex 80 14 4D

RGB Percentages of Color #80144d

%56.89
%8.89
%34.22

CMYK Percentages of Color #80144d

%0
%84
%40
%50

Triadic Colors of #80144d

#80144d #4d8014 #144d80

Analogous Colors of #80144d

#80144d #801417 #7d1480

Monochromatic Colors of #80144d

#80144d

Complementary Color

#80144d #148047

#80144d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80144d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80144d Color CSS Codes

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

#80144d Text Font Color

<p style="color:#80144d">Text here</p>

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


#80144d Background Color

<div style="background-color:#80144d">
Div content here</div>

This div background color is #80144d


#80144d Border Color

<div style="border:3px solid #80144d">
Div here</div>

This div border color is #80144d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,20,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80144d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80144d;
  -webkit-box-shadow: 1px 1px 3px 2px #80144d;
  box-shadow:         1px 1px 3px 2px #80144d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80144d


Comments

No comments written yet.

Please login to write comment.