Color Hex Logo

#80004f Color Hex

#80004F
(128,0,79)
0 Favorites   0 Comments

Color spaces of #80004f

RGB 128079
HSL0.901.000.25
HSV323°100°50°
CMYK 0.001.000.38   0.50
XYZ10.31345.15377.8483
Yxy5.15370.44230.2210
Hunter Lab22.701841.3644-4.6061
CIE-Lab27.168252.4132-8.8062

#80004f color RGB value is (128,0,79).

#80004f hex color red value is 128, green value is 0 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #80004f hue: 0.90 , saturation: 1.00 and the lightness value of 80004f is 0.25.

The process color (four color CMYK) of #80004f color hex is 0.00, 1.00, 0.38, 0.50. Web safe color of #80004f is #990066. Color #80004f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000000 01001111
Octal 200 0 117
Decimal 128 0 79
Hex 80 0 4F

RGB Percentages of Color #80004f

%61.84
%0.00
%38.16

CMYK Percentages of Color #80004f

%0
%100
%38
%50

Triadic Colors of #80004f

#80004f #4f8000 #004f80

Analogous Colors of #80004f

#80004f #80000f #710080

Monochromatic Colors of #80004f

#80004f

Complementary Color

#80004f #008031

#80004f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80004f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80004f Color CSS Codes

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

#80004f Text Font Color

<p style="color:#80004f">Text here</p>

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


#80004f Background Color

<div style="background-color:#80004f">
Div content here</div>

This div background color is #80004f


#80004f Border Color

<div style="border:3px solid #80004f">
Div here</div>

This div border color is #80004f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,0,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80004f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80004f;
  -webkit-box-shadow: 1px 1px 3px 2px #80004f;
  box-shadow:         1px 1px 3px 2px #80004f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80004f


Comments

No comments written yet.

Please login to write comment.