Color Hex Logo

#804aac Color Hex

#804AAC
(128,74,172)
0 Favorites   0 Comments

Color spaces of #804aac

RGB 12874172
HSL0.760.400.48
HSV273°57°67°
CMYK 0.260.570.00   0.33
XYZ18.797312.465340.4450
Yxy12.46530.26210.1738
Hunter Lab35.306233.2488-43.2052
CIE-Lab41.946341.5417-43.8615

#804aac color RGB value is (128,74,172).

#804aac hex color red value is 128, green value is 74 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #804aac hue: 0.76 , saturation: 0.40 and the lightness value of 804aac is 0.48.

The process color (four color CMYK) of #804aac color hex is 0.26, 0.57, 0.00, 0.33. Web safe color of #804aac is #993399. Color #804aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001010 10101100
Octal 200 112 254
Decimal 128 74 172
Hex 80 4A AC

RGB Percentages of Color #804aac

%34.22
%19.79
%45.99

CMYK Percentages of Color #804aac

%26
%57
%0
%33

Triadic Colors of #804aac

#804aac #ac804a #4aac80

Analogous Colors of #804aac

#804aac #ac4aa7 #4f4aac

Monochromatic Colors of #804aac

#804aac

Complementary Color

#804aac #76ac4a

#804aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#804aac Color CSS Codes

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

#804aac Text Font Color

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

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


#804aac Background Color

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

This div background color is #804aac


#804aac Border Color

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

This div border color is #804aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804aac


Comments

No comments written yet.

Please login to write comment.