Color Hex Logo

#801047 Color Hex

#801047
(128,16,71)
0 Favorites   0 Comments

Color spaces of #801047

RGB 1281671
HSL0.920.780.28
HSV331°88°50°
CMYK 0.000.880.45   0.50
XYZ10.22475.41476.4675
Yxy5.41470.46250.2449
Hunter Lab23.269537.7119-0.1903
CIE-Lab27.885048.6381-2.3711

#801047 color RGB value is (128,16,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010000 01000111
Octal 200 20 107
Decimal 128 16 71
Hex 80 10 47

RGB Percentages of Color #801047

%59.53
%7.44
%33.02

CMYK Percentages of Color #801047

%0
%88
%45
%50

Triadic Colors of #801047

#801047 #478010 #104780

Analogous Colors of #801047

#801047 #801110 #80107f

Monochromatic Colors of #801047

#801047

Complementary Color

#801047 #108049

#801047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801047 Color CSS Codes

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

#801047 Text Font Color

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

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


#801047 Background Color

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

This div background color is #801047


#801047 Border Color

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

This div border color is #801047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801047


Comments

No comments written yet.

Please login to write comment.