Color Hex Logo

#80501a Color Hex

#80501A
(128,80,26)
0 Favorites   0 Comments

Color spaces of #80501a

RGB 1288026
HSL0.090.660.30
HSV32°80°50°
CMYK 0.000.380.80   0.50
XYZ11.957210.40112.3547
Yxy10.40110.48380.4209
Hunter Lab32.25079.741418.2466
CIE-Lab38.552915.392438.3353

#80501a color RGB value is (128,80,26).

#80501a hex color red value is 128, green value is 80 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #80501a hue: 0.09 , saturation: 0.66 and the lightness value of 80501a is 0.30.

The process color (four color CMYK) of #80501a color hex is 0.00, 0.38, 0.80, 0.50. Web safe color of #80501a is #996633. Color #80501a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010000 00011010
Octal 200 120 32
Decimal 128 80 26
Hex 80 50 1A

RGB Percentages of Color #80501a

%54.70
%34.19
%11.11

CMYK Percentages of Color #80501a

%0
%38
%80
%50

Triadic Colors of #80501a

#80501a #1a8050 #501a80

Analogous Colors of #80501a

#80501a #7d801a #801d1a

Monochromatic Colors of #80501a

#80501a

Complementary Color

#80501a #1a4a80

#80501a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80501a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80501a Color CSS Codes

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

#80501a Text Font Color

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

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


#80501a Background Color

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

This div background color is #80501a


#80501a Border Color

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

This div border color is #80501a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80501a


Comments

No comments written yet.

Please login to write comment.