Color Hex Logo

#801037 Color Hex

#801037
(128,16,55)
0 Favorites   0 Comments

Color spaces of #801037

RGB 1281655
HSL0.940.780.28
HSV339°88°50°
CMYK 0.000.880.57   0.50
XYZ9.77705.23564.1097
Yxy5.23560.51130.2738
Hunter Lab22.881436.22875.3680
CIE-Lab27.395747.22447.7319

#801037 color RGB value is (128,16,55).

#801037 hex color red value is 128, green value is 16 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #801037 hue: 0.94 , saturation: 0.78 and the lightness value of 801037 is 0.28.

The process color (four color CMYK) of #801037 color hex is 0.00, 0.88, 0.57, 0.50. Web safe color of #801037 is #990033. Color #801037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010000 00110111
Octal 200 20 67
Decimal 128 16 55
Hex 80 10 37

RGB Percentages of Color #801037

%64.32
%8.04
%27.64

CMYK Percentages of Color #801037

%0
%88
%57
%50

Triadic Colors of #801037

#801037 #378010 #103780

Analogous Colors of #801037

#801037 #802110 #80106f

Monochromatic Colors of #801037

#801037

Complementary Color

#801037 #108059

#801037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801037 Color CSS Codes

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

#801037 Text Font Color

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

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


#801037 Background Color

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

This div background color is #801037


#801037 Border Color

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

This div border color is #801037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801037


Comments

No comments written yet.

Please login to write comment.