Color Hex Logo

#80444d Color Hex

#80444D
(128,68,77)
0 Favorites   0 Comments

Color spaces of #80444d

RGB 1286877
HSL0.980.310.38
HSV351°47°50°
CMYK 0.000.470.40   0.50
XYZ12.30889.25938.1597
Yxy9.25930.41410.3115
Hunter Lab30.429118.95375.4015
CIE-Lab36.478826.76446.1599

#80444d color RGB value is (128,68,77).

#80444d hex color red value is 128, green value is 68 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #80444d hue: 0.98 , saturation: 0.31 and the lightness value of 80444d is 0.38.

The process color (four color CMYK) of #80444d color hex is 0.00, 0.47, 0.40, 0.50. Web safe color of #80444d is #993366. Color #80444d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000100 01001101
Octal 200 104 115
Decimal 128 68 77
Hex 80 44 4D

RGB Percentages of Color #80444d

%46.89
%24.91
%28.21

CMYK Percentages of Color #80444d

%0
%47
%40
%50

Triadic Colors of #80444d

#80444d #4d8044 #444d80

Analogous Colors of #80444d

#80444d #805944 #80446b

Monochromatic Colors of #80444d

#80444d

Complementary Color

#80444d #448077

#80444d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80444d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80444d Color CSS Codes

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

#80444d Text Font Color

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

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


#80444d Background Color

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

This div background color is #80444d


#80444d Border Color

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

This div border color is #80444d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80444d


Comments

No comments written yet.

Please login to write comment.