Color Hex Logo

#80478a Color Hex

#80478A
(128,71,138)
0 Favorites   0 Comments

Color spaces of #80478a

RGB 12871138
HSL0.810.320.41
HSV291°49°54°
CMYK 0.070.490.00   0.46
XYZ15.742810.930625.3248
Yxy10.93060.30280.2102
Hunter Lab33.061527.1384-22.2726
CIE-Lab39.463335.5238-27.3698

#80478a color RGB value is (128,71,138).

#80478a hex color red value is 128, green value is 71 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #80478a hue: 0.81 , saturation: 0.32 and the lightness value of 80478a is 0.41.

The process color (four color CMYK) of #80478a color hex is 0.07, 0.49, 0.00, 0.46. Web safe color of #80478a is #993399. Color #80478a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000111 10001010
Octal 200 107 212
Decimal 128 71 138
Hex 80 47 8A

RGB Percentages of Color #80478a

%37.98
%21.07
%40.95

CMYK Percentages of Color #80478a

%7
%49
%0
%46

Triadic Colors of #80478a

#80478a #8a8047 #478a80

Analogous Colors of #80478a

#80478a #8a4773 #5f478a

Monochromatic Colors of #80478a

#80478a

Complementary Color

#80478a #518a47

#80478a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80478a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80478a Color CSS Codes

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

#80478a Text Font Color

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

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


#80478a Background Color

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

This div background color is #80478a


#80478a Border Color

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

This div border color is #80478a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80478a


Comments

No comments written yet.

Please login to write comment.