Color Hex Logo

#80074a Color Hex

#80074A
(128,7,74)
0 Favorites   0 Comments

Color spaces of #80074a

RGB 128774
HSL0.910.900.26
HSV327°95°50°
CMYK 0.000.950.42   0.50
XYZ10.21415.23566.9508
Yxy5.23560.45600.2337
Hunter Lab22.881439.6386-1.9938
CIE-Lab27.395750.6649-5.1120

#80074a color RGB value is (128,7,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000111 01001010
Octal 200 7 112
Decimal 128 7 74
Hex 80 7 4A

RGB Percentages of Color #80074a

%61.24
%3.35
%35.41

CMYK Percentages of Color #80074a

%0
%95
%42
%50

Triadic Colors of #80074a

#80074a #4a8007 #074a80

Analogous Colors of #80074a

#80074a #80070d #7a0780

Monochromatic Colors of #80074a

#80074a

Complementary Color

#80074a #07803d

#80074a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80074a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80074a Color CSS Codes

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

#80074a Text Font Color

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

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


#80074a Background Color

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

This div background color is #80074a


#80074a Border Color

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

This div border color is #80074a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80074a


Comments

No comments written yet.

Please login to write comment.