Color Hex Logo

#80067a Color Hex

#80067A
(128,6,122)
0 Favorites   0 Comments

Color spaces of #80067a

RGB 1286122
HSL0.840.910.26
HSV303°95°50°
CMYK 0.000.950.05   0.50
XYZ12.48016.124618.9367
Yxy6.12460.33240.1631
Hunter Lab24.747946.7066-28.0442
CIE-Lab29.724757.0452-32.8022

#80067a color RGB value is (128,6,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000110 01111010
Octal 200 6 172
Decimal 128 6 122
Hex 80 6 7A

RGB Percentages of Color #80067a

%50.00
%2.34
%47.66

CMYK Percentages of Color #80067a

%0
%95
%5
%50

Triadic Colors of #80067a

#80067a #7a8006 #067a80

Analogous Colors of #80067a

#80067a #80063d #490680

Monochromatic Colors of #80067a

#80067a

Complementary Color

#80067a #06800c

#80067a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80067a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80067a Color CSS Codes

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

#80067a Text Font Color

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

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


#80067a Background Color

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

This div background color is #80067a


#80067a Border Color

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

This div border color is #80067a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80067a


Comments

No comments written yet.

Please login to write comment.