Color Hex Logo

#80127e Color Hex

#80127E
(128,18,126)
0 Favorites   0 Comments

Color spaces of #80127e

RGB 12818126
HSL0.840.750.29
HSV301°86°50°
CMYK 0.000.860.02   0.50
XYZ12.88436.528220.3196
Yxy6.52820.32430.1643
Hunter Lab25.550345.2993-29.2667
CIE-Lab30.707855.5222-33.7611

#80127e color RGB value is (128,18,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010010 01111110
Octal 200 22 176
Decimal 128 18 126
Hex 80 12 7E

RGB Percentages of Color #80127e

%47.06
%6.62
%46.32

CMYK Percentages of Color #80127e

%0
%86
%2
%50

Triadic Colors of #80127e

#80127e #7e8012 #127e80

Analogous Colors of #80127e

#80127e #801247 #4b1280

Monochromatic Colors of #80127e

#80127e

Complementary Color

#80127e #128014

#80127e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80127e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80127e Color CSS Codes

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

#80127e Text Font Color

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

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


#80127e Background Color

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

This div background color is #80127e


#80127e Border Color

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

This div border color is #80127e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80127e


Comments

No comments written yet.

Please login to write comment.