Color Hex Logo

#801272 Color Hex

#801272
(128,18,114)
0 Favorites   0 Comments

Color spaces of #801272

RGB 12818114
HSL0.850.750.29
HSV308°86°50°
CMYK 0.000.860.11   0.50
XYZ12.15576.236716.4827
Yxy6.23670.34850.1788
Hunter Lab24.973443.1808-21.6507
CIE-Lab30.002053.6287-27.2770

#801272 color RGB value is (128,18,114).

#801272 hex color red value is 128, green value is 18 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #801272 hue: 0.85 , saturation: 0.75 and the lightness value of 801272 is 0.29.

The process color (four color CMYK) of #801272 color hex is 0.00, 0.86, 0.11, 0.50. Web safe color of #801272 is #990066. Color #801272 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010010 01110010
Octal 200 22 162
Decimal 128 18 114
Hex 80 12 72

RGB Percentages of Color #801272

%49.23
%6.92
%43.85

CMYK Percentages of Color #801272

%0
%86
%11
%50

Triadic Colors of #801272

#801272 #728012 #127280

Analogous Colors of #801272

#801272 #80123b #571280

Monochromatic Colors of #801272

#801272

Complementary Color

#801272 #128020

#801272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801272 Color CSS Codes

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

#801272 Text Font Color

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

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


#801272 Background Color

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

This div background color is #801272


#801272 Border Color

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

This div border color is #801272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801272


Comments

No comments written yet.

Please login to write comment.