Color Hex Logo

#80434a Color Hex

#80434A
(128,67,74)
0 Favorites   0 Comments

Color spaces of #80434a

RGB 1286774
HSL0.980.310.38
HSV353°48°50°
CMYK 0.000.480.42   0.50
XYZ12.14539.09797.5945
Yxy9.09790.42120.3155
Hunter Lab30.162719.08996.1856
CIE-Lab36.172126.96137.6248

#80434a color RGB value is (128,67,74).

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

The process color (four color CMYK) of #80434a color hex is 0.00, 0.48, 0.42, 0.50. Web safe color of #80434a is #993333. Color #80434a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000011 01001010
Octal 200 103 112
Decimal 128 67 74
Hex 80 43 4A

RGB Percentages of Color #80434a

%47.58
%24.91
%27.51

CMYK Percentages of Color #80434a

%0
%48
%42
%50

Triadic Colors of #80434a

#80434a #4a8043 #434a80

Analogous Colors of #80434a

#80434a #805b43 #804369

Monochromatic Colors of #80434a

#80434a

Complementary Color

#80434a #438079

#80434a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80434a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80434a Color CSS Codes

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

#80434a Text Font Color

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

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


#80434a Background Color

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

This div background color is #80434a


#80434a Border Color

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

This div border color is #80434a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80434a


Comments

No comments written yet.

Please login to write comment.