Color Hex Logo

#80430e Color Hex

#80430E
(128,67,14)
0 Favorites   0 Comments

Color spaces of #80430e

RGB 1286714
HSL0.080.800.28
HSV28°89°50°
CMYK 0.000.480.89   0.50
XYZ10.98858.63521.5031
Yxy8.63520.52010.4087
Hunter Lab29.385715.323317.5373
CIE-Lab35.272222.576340.4227

#80430e color RGB value is (128,67,14).

#80430e hex color red value is 128, green value is 67 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #80430e hue: 0.08 , saturation: 0.80 and the lightness value of 80430e is 0.28.

The process color (four color CMYK) of #80430e color hex is 0.00, 0.48, 0.89, 0.50. Web safe color of #80430e is #993300. Color #80430e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000011 00001110
Octal 200 103 16
Decimal 128 67 14
Hex 80 43 E

RGB Percentages of Color #80430e

%61.24
%32.06
%6.70

CMYK Percentages of Color #80430e

%0
%48
%89
%50

Triadic Colors of #80430e

#80430e #0e8043 #430e80

Analogous Colors of #80430e

#80430e #807c0e #800e12

Monochromatic Colors of #80430e

#80430e

Complementary Color

#80430e #0e4b80

#80430e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80430e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80430e Color CSS Codes

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

#80430e Text Font Color

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

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


#80430e Background Color

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

This div background color is #80430e


#80430e Border Color

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

This div border color is #80430e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80430e


Comments

No comments written yet.

Please login to write comment.