Color Hex Logo

#802815 Color Hex

#802815
(128,40,21)
0 Favorites   0 Comments

Color spaces of #802815

RGB 1284021
HSL0.030.720.29
HSV11°84°50°
CMYK 0.000.690.84   0.50
XYZ9.79626.16091.3823
Yxy6.16090.56500.3553
Hunter Lab24.821227.011814.0729
CIE-Lab29.814836.950432.3347

#802815 color RGB value is (128,40,21).

#802815 hex color red value is 128, green value is 40 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #802815 hue: 0.03 , saturation: 0.72 and the lightness value of 802815 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101000 00010101
Octal 200 50 25
Decimal 128 40 21
Hex 80 28 15

RGB Percentages of Color #802815

%67.72
%21.16
%11.11

CMYK Percentages of Color #802815

%0
%69
%84
%50

Triadic Colors of #802815

#802815 #158028 #281580

Analogous Colors of #802815

#802815 #805e15 #801538

Monochromatic Colors of #802815

#802815

Complementary Color

#802815 #156d80

#802815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802815 Color CSS Codes

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

#802815 Text Font Color

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

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


#802815 Background Color

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

This div background color is #802815


#802815 Border Color

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

This div border color is #802815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802815


Comments

No comments written yet.

Please login to write comment.