Color Hex Logo

#80380e Color Hex

#80380E
(128,56,14)
0 Favorites   0 Comments

Color spaces of #80380e

RGB 1285614
HSL0.060.800.28
HSV22°89°50°
CMYK 0.000.560.89   0.50
XYZ10.39557.44921.3054
Yxy7.44920.54280.3890
Hunter Lab27.293220.224316.2695
CIE-Lab32.808428.733338.3778

#80380e color RGB value is (128,56,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111000 00001110
Octal 200 70 16
Decimal 128 56 14
Hex 80 38 E

RGB Percentages of Color #80380e

%64.65
%28.28
%7.07

CMYK Percentages of Color #80380e

%0
%56
%89
%50

Triadic Colors of #80380e

#80380e #0e8038 #380e80

Analogous Colors of #80380e

#80380e #80710e #800e1d

Monochromatic Colors of #80380e

#80380e

Complementary Color

#80380e #0e5680

#80380e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80380e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80380e Color CSS Codes

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

#80380e Text Font Color

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

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


#80380e Background Color

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

This div background color is #80380e


#80380e Border Color

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

This div border color is #80380e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80380e


Comments

No comments written yet.

Please login to write comment.