Color Hex Logo

#801c24 Color Hex

#801C24
(128,28,36)
0 Favorites   0 Comments

Color spaces of #801c24

RGB 1282836
HSL0.990.640.31
HSV355°78°50°
CMYK 0.000.780.72   0.50
XYZ9.63585.54712.2319
Yxy5.54710.55330.3185
Hunter Lab23.552331.812110.8681
CIE-Lab28.239842.452721.5402

#801c24 color RGB value is (128,28,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011100 00100100
Octal 200 34 44
Decimal 128 28 36
Hex 80 1C 24

RGB Percentages of Color #801c24

%66.67
%14.58
%18.75

CMYK Percentages of Color #801c24

%0
%78
%72
%50

Triadic Colors of #801c24

#801c24 #24801c #1c2480

Analogous Colors of #801c24

#801c24 #80461c #801c56

Monochromatic Colors of #801c24

#801c24

Complementary Color

#801c24 #1c8078

#801c24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801c24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801c24 Color CSS Codes

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

#801c24 Text Font Color

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

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


#801c24 Background Color

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

This div background color is #801c24


#801c24 Border Color

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

This div border color is #801c24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801c24


Comments

No comments written yet.

Please login to write comment.