Color Hex Logo

#802008 Color Hex

#802008
(128,32,8)
0 Favorites   0 Comments

Color spaces of #802008

RGB 128328
HSL0.030.880.27
HSV12°94°50°
CMYK 0.000.750.94   0.50
XYZ9.46245.63970.8196
Yxy5.63970.59430.3542
Hunter Lab23.748129.564114.5774
CIE-Lab28.484639.990537.3883

#802008 color RGB value is (128,32,8).

#802008 hex color red value is 128, green value is 32 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #802008 hue: 0.03 , saturation: 0.88 and the lightness value of 802008 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100000 00001000
Octal 200 40 10
Decimal 128 32 8
Hex 80 20 8

RGB Percentages of Color #802008

%76.19
%19.05
%4.76

CMYK Percentages of Color #802008

%0
%75
%94
%50

Triadic Colors of #802008

#802008 #088020 #200880

Analogous Colors of #802008

#802008 #805c08 #80082c

Monochromatic Colors of #802008

#802008

Complementary Color

#802008 #086880

#802008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802008 Color CSS Codes

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

#802008 Text Font Color

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

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


#802008 Background Color

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

This div background color is #802008


#802008 Border Color

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

This div border color is #802008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802008


Comments

No comments written yet.

Please login to write comment.