Color Hex Logo

#80064a Color Hex

#80064A
(128,6,74)
0 Favorites   0 Comments

Color spaces of #80064a

RGB 128674
HSL0.910.910.26
HSV327°95°50°
CMYK 0.000.950.42   0.50
XYZ10.20325.21396.9472
Yxy5.21390.45620.2331
Hunter Lab22.834039.8021-2.0551
CIE-Lab27.335750.8391-5.2017

#80064a color RGB value is (128,6,74).

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

The process color (four color CMYK) of #80064a color hex is 0.00, 0.95, 0.42, 0.50. Web safe color of #80064a is #990033. Color #80064a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000110 01001010
Octal 200 6 112
Decimal 128 6 74
Hex 80 6 4A

RGB Percentages of Color #80064a

%61.54
%2.88
%35.58

CMYK Percentages of Color #80064a

%0
%95
%42
%50

Triadic Colors of #80064a

#80064a #4a8006 #064a80

Analogous Colors of #80064a

#80064a #80060d #790680

Monochromatic Colors of #80064a

#80064a

Complementary Color

#80064a #06803c

#80064a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80064a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80064a Color CSS Codes

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

#80064a Text Font Color

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

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


#80064a Background Color

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

This div background color is #80064a


#80064a Border Color

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

This div border color is #80064a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80064a


Comments

No comments written yet.

Please login to write comment.