Color Hex Logo

#802011 Color Hex

#802011
(128,32,17)
0 Favorites   0 Comments

Color spaces of #802011

RGB 1283217
HSL0.020.770.28
HSV87°50°
CMYK 0.000.750.87   0.50
XYZ9.51985.66271.1216
Yxy5.66270.58390.3473
Hunter Lab23.796429.765513.8630
CIE-Lab28.545040.197933.2851

#802011 color RGB value is (128,32,17).

#802011 hex color red value is 128, green value is 32 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #802011 hue: 0.02 , saturation: 0.77 and the lightness value of 802011 is 0.28.

The process color (four color CMYK) of #802011 color hex is 0.00, 0.75, 0.87, 0.50. Web safe color of #802011 is #993300. Color #802011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100000 00010001
Octal 200 40 21
Decimal 128 32 17
Hex 80 20 11

RGB Percentages of Color #802011

%72.32
%18.08
%9.60

CMYK Percentages of Color #802011

%0
%75
%87
%50

Triadic Colors of #802011

#802011 #118020 #201180

Analogous Colors of #802011

#802011 #805811 #801139

Monochromatic Colors of #802011

#802011

Complementary Color

#802011 #117180

#802011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802011 Color CSS Codes

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

#802011 Text Font Color

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

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


#802011 Background Color

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

This div background color is #802011


#802011 Border Color

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

This div border color is #802011


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,32,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #802011; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #802011;
  -webkit-box-shadow: 1px 1px 3px 2px #802011;
  box-shadow:         1px 1px 3px 2px #802011; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802011


Comments

No comments written yet.

Please login to write comment.