Color Hex Logo

#801c36 Color Hex

#801C36
(128,28,54)
0 Favorites   0 Comments

Color spaces of #801c36

RGB 1282854
HSL0.960.640.31
HSV344°78°50°
CMYK 0.000.780.58   0.50
XYZ9.98325.68604.0614
Yxy5.68600.50600.2882
Hunter Lab23.845333.00236.5933
CIE-Lab28.606043.643010.0825

#801c36 color RGB value is (128,28,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011100 00110110
Octal 200 34 66
Decimal 128 28 54
Hex 80 1C 36

RGB Percentages of Color #801c36

%60.95
%13.33
%25.71

CMYK Percentages of Color #801c36

%0
%78
%58
%50

Triadic Colors of #801c36

#801c36 #36801c #1c3680

Analogous Colors of #801c36

#801c36 #80341c #801c68

Monochromatic Colors of #801c36

#801c36

Complementary Color

#801c36 #1c8066

#801c36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801c36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801c36 Color CSS Codes

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

#801c36 Text Font Color

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

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


#801c36 Background Color

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

This div background color is #801c36


#801c36 Border Color

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

This div border color is #801c36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801c36


Comments

No comments written yet.

Please login to write comment.