Color Hex Logo

#802819 Color Hex

#802819
(128,40,25)
0 Favorites   0 Comments

Color spaces of #802819

RGB 1284025
HSL0.020.670.30
HSV80°50°
CMYK 0.000.690.80   0.50
XYZ9.83636.17701.5935
Yxy6.17700.55870.3508
Hunter Lab24.853627.151213.5961
CIE-Lab29.854737.098030.1390

#802819 color RGB value is (128,40,25).

#802819 hex color red value is 128, green value is 40 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #802819 hue: 0.02 , saturation: 0.67 and the lightness value of 802819 is 0.30.

The process color (four color CMYK) of #802819 color hex is 0.00, 0.69, 0.80, 0.50. Web safe color of #802819 is #993300. Color #802819 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101000 00011001
Octal 200 50 31
Decimal 128 40 25
Hex 80 28 19

RGB Percentages of Color #802819

%66.32
%20.73
%12.95

CMYK Percentages of Color #802819

%0
%69
%80
%50

Triadic Colors of #802819

#802819 #198028 #281980

Analogous Colors of #802819

#802819 #805b19 #80193e

Monochromatic Colors of #802819

#802819

Complementary Color

#802819 #197180

#802819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802819 Color CSS Codes

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

#802819 Text Font Color

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

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


#802819 Background Color

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

This div background color is #802819


#802819 Border Color

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

This div border color is #802819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802819


Comments

No comments written yet.

Please login to write comment.