Color Hex Logo

#804faa Color Hex

#804FAA
(128,79,170)
0 Favorites   0 Comments

Color spaces of #804faa

RGB 12879170
HSL0.760.370.49
HSV272°54°67°
CMYK 0.250.540.00   0.33
XYZ18.953813.083439.5566
Yxy13.08340.26470.1827
Hunter Lab36.171030.2358-39.5199
CIE-Lab42.888638.2861-41.1763

#804faa color RGB value is (128,79,170).

#804faa hex color red value is 128, green value is 79 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #804faa hue: 0.76 , saturation: 0.37 and the lightness value of 804faa is 0.49.

The process color (four color CMYK) of #804faa color hex is 0.25, 0.54, 0.00, 0.33. Web safe color of #804faa is #996699. Color #804faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001111 10101010
Octal 200 117 252
Decimal 128 79 170
Hex 80 4F AA

RGB Percentages of Color #804faa

%33.95
%20.95
%45.09

CMYK Percentages of Color #804faa

%25
%54
%0
%33

Triadic Colors of #804faa

#804faa #aa804f #4faa80

Analogous Colors of #804faa

#804faa #aa4fa7 #534faa

Monochromatic Colors of #804faa

#804faa

Complementary Color

#804faa #79aa4f

#804faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#804faa Color CSS Codes

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

#804faa Text Font Color

<p style="color:#804faa">Text here</p>

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


#804faa Background Color

<div style="background-color:#804faa">
Div content here</div>

This div background color is #804faa


#804faa Border Color

<div style="border:3px solid #804faa">
Div here</div>

This div border color is #804faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804faa


Comments

No comments written yet.

Please login to write comment.