Color Hex Logo

#804115 Color Hex

#804115
(128,65,21)
0 Favorites   0 Comments

Color spaces of #804115

RGB 1286521
HSL0.070.720.29
HSV25°84°50°
CMYK 0.000.490.84   0.50
XYZ10.92778.42391.7595
Yxy8.42390.51760.3990
Hunter Lab29.024016.414416.7225
CIE-Lab34.850623.943737.1096

#804115 color RGB value is (128,65,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000001 00010101
Octal 200 101 25
Decimal 128 65 21
Hex 80 41 15

RGB Percentages of Color #804115

%59.81
%30.37
%9.81

CMYK Percentages of Color #804115

%0
%49
%84
%50

Triadic Colors of #804115

#804115 #158041 #411580

Analogous Colors of #804115

#804115 #807715 #80151e

Monochromatic Colors of #804115

#804115

Complementary Color

#804115 #155480

#804115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804115 Color CSS Codes

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

#804115 Text Font Color

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

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


#804115 Background Color

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

This div background color is #804115


#804115 Border Color

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

This div border color is #804115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804115


Comments

No comments written yet.

Please login to write comment.