Color Hex Logo

#a448ac Color Hex

#A448AC
(164,72,172)
0 Favorites   0 Comments

Color spaces of #a448ac

RGB 16472172
HSL0.820.410.48
HSV295°58°67°
CMYK 0.050.580.00   0.33
XYZ25.073615.505840.7011
Yxy15.50580.30850.1908
Hunter Lab39.377444.7496-33.7189
CIE-Lab46.319352.0555-36.6246

#a448ac color RGB value is (164,72,172).

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

The process color (four color CMYK) of #a448ac color hex is 0.05, 0.58, 0.00, 0.33. Web safe color of #a448ac is #993399. Color #a448ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001000 10101100
Octal 244 110 254
Decimal 164 72 172
Hex A4 48 AC

RGB Percentages of Color #a448ac

%40.20
%17.65
%42.16

CMYK Percentages of Color #a448ac

%5
%58
%0
%33

Triadic Colors of #a448ac

#a448ac #aca448 #48aca4

Analogous Colors of #a448ac

#a448ac #ac4882 #7248ac

Monochromatic Colors of #a448ac

#a448ac

Complementary Color

#a448ac #50ac48

#a448ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a448ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a448ac Color CSS Codes

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

#a448ac Text Font Color

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

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


#a448ac Background Color

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

This div background color is #a448ac


#a448ac Border Color

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

This div border color is #a448ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a448ac


Comments

No comments written yet.

Please login to write comment.