Color Hex Logo

#801c26 Color Hex

#801C26
(128,28,38)
0 Favorites   0 Comments

Color spaces of #801c26

RGB 1282838
HSL0.980.640.31
HSV354°78°50°
CMYK 0.000.780.70   0.50
XYZ9.66725.55962.3973
Yxy5.55960.54850.3155
Hunter Lab23.578831.921310.4770
CIE-Lab28.273042.562620.2774

#801c26 color RGB value is (128,28,38).

#801c26 hex color red value is 128, green value is 28 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #801c26 hue: 0.98 , saturation: 0.64 and the lightness value of 801c26 is 0.31.

The process color (four color CMYK) of #801c26 color hex is 0.00, 0.78, 0.70, 0.50. Web safe color of #801c26 is #993333. Color #801c26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011100 00100110
Octal 200 34 46
Decimal 128 28 38
Hex 80 1C 26

RGB Percentages of Color #801c26

%65.98
%14.43
%19.59

CMYK Percentages of Color #801c26

%0
%78
%70
%50

Triadic Colors of #801c26

#801c26 #26801c #1c2680

Analogous Colors of #801c26

#801c26 #80441c #801c58

Monochromatic Colors of #801c26

#801c26

Complementary Color

#801c26 #1c8076

#801c26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801c26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801c26 Color CSS Codes

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

#801c26 Text Font Color

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

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


#801c26 Background Color

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

This div background color is #801c26


#801c26 Border Color

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

This div border color is #801c26


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,28,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #801c26; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #801c26;
  -webkit-box-shadow: 1px 1px 3px 2px #801c26;
  box-shadow:         1px 1px 3px 2px #801c26; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801c26


Comments

No comments written yet.

Please login to write comment.