Color Hex Logo

#80137a Color Hex

#80137A
(128,19,122)
0 Favorites   0 Comments

Color spaces of #80137a

RGB 12819122
HSL0.840.740.29
HSV303°85°50°
CMYK 0.000.850.05   0.50
XYZ12.64786.460118.9927
Yxy6.46010.33200.1696
Hunter Lab25.416744.3454-26.5129
CIE-Lab30.544854.6434-31.4981

#80137a color RGB value is (128,19,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010011 01111010
Octal 200 23 172
Decimal 128 19 122
Hex 80 13 7A

RGB Percentages of Color #80137a

%47.58
%7.06
%45.35

CMYK Percentages of Color #80137a

%0
%85
%5
%50

Triadic Colors of #80137a

#80137a #7a8013 #137a80

Analogous Colors of #80137a

#80137a #801344 #4f1380

Monochromatic Colors of #80137a

#80137a

Complementary Color

#80137a #138019

#80137a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80137a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80137a Color CSS Codes

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

#80137a Text Font Color

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

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


#80137a Background Color

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

This div background color is #80137a


#80137a Border Color

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

This div border color is #80137a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,19,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 #80137a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80137a


Comments

No comments written yet.

Please login to write comment.