Color Hex Logo

#802715 Color Hex

#802715
(128,39,21)
0 Favorites   0 Comments

Color spaces of #802715

RGB 1283921
HSL0.030.720.29
HSV10°84°50°
CMYK 0.000.700.84   0.50
XYZ9.76306.09441.3712
Yxy6.09440.56670.3537
Hunter Lab24.686827.390113.9876
CIE-Lab29.649437.398432.1747

#802715 color RGB value is (128,39,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100111 00010101
Octal 200 47 25
Decimal 128 39 21
Hex 80 27 15

RGB Percentages of Color #802715

%68.09
%20.74
%11.17

CMYK Percentages of Color #802715

%0
%70
%84
%50

Triadic Colors of #802715

#802715 #158027 #271580

Analogous Colors of #802715

#802715 #805d15 #801539

Monochromatic Colors of #802715

#802715

Complementary Color

#802715 #156e80

#802715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802715 Color CSS Codes

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

#802715 Text Font Color

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

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


#802715 Background Color

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

This div background color is #802715


#802715 Border Color

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

This div border color is #802715


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,39,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 #802715">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802715


Comments

No comments written yet.

Please login to write comment.