Color Hex Logo

#a454ac Color Hex

#A454AC
(164,84,172)
0 Favorites   0 Comments

Color spaces of #a454ac

RGB 16484172
HSL0.820.350.50
HSV295°51°67°
CMYK 0.050.510.00   0.33
XYZ25.926617.211740.9854
Yxy17.21170.30820.2046
Hunter Lab41.487038.9484-29.5323
CIE-Lab48.525746.1413-33.1552

#a454ac color RGB value is (164,84,172).

#a454ac hex color red value is 164, green value is 84 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a454ac hue: 0.82 , saturation: 0.35 and the lightness value of a454ac is 0.50.

The process color (four color CMYK) of #a454ac color hex is 0.05, 0.51, 0.00, 0.33. Web safe color of #a454ac is #996699. Color #a454ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010100 10101100
Octal 244 124 254
Decimal 164 84 172
Hex A4 54 AC

RGB Percentages of Color #a454ac

%39.05
%20.00
%40.95

CMYK Percentages of Color #a454ac

%5
%51
%0
%33

Triadic Colors of #a454ac

#a454ac #aca454 #54aca4

Analogous Colors of #a454ac

#a454ac #ac5488 #7854ac

Monochromatic Colors of #a454ac

#a454ac

Complementary Color

#a454ac #5cac54

#a454ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a454ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a454ac Color CSS Codes

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

#a454ac Text Font Color

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

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


#a454ac Background Color

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

This div background color is #a454ac


#a454ac Border Color

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

This div border color is #a454ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,84,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a454ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a454ac;
  -webkit-box-shadow: 1px 1px 3px 2px #a454ac;
  box-shadow:         1px 1px 3px 2px #a454ac; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a454ac


Comments

No comments written yet.

Please login to write comment.