Color Hex Logo

#80127a Color Hex

#80127A
(128,18,122)
0 Favorites   0 Comments

Color spaces of #80127a

RGB 12818122
HSL0.840.750.29
HSV303°86°50°
CMYK 0.000.860.05   0.50
XYZ12.63126.426918.9871
Yxy6.42690.33200.1689
Hunter Lab25.351344.5721-26.6598
CIE-Lab30.464954.8760-31.6249

#80127a color RGB value is (128,18,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010010 01111010
Octal 200 22 172
Decimal 128 18 122
Hex 80 12 7A

RGB Percentages of Color #80127a

%47.76
%6.72
%45.52

CMYK Percentages of Color #80127a

%0
%86
%5
%50

Triadic Colors of #80127a

#80127a #7a8012 #127a80

Analogous Colors of #80127a

#80127a #801243 #4f1280

Monochromatic Colors of #80127a

#80127a

Complementary Color

#80127a #128018

#80127a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80127a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80127a Color CSS Codes

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

#80127a Text Font Color

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

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


#80127a Background Color

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

This div background color is #80127a


#80127a Border Color

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

This div border color is #80127a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80127a


Comments

No comments written yet.

Please login to write comment.