Color Hex Logo

#aa4fac Color Hex

#AA4FAC
(170,79,172)
0 Favorites   0 Comments

Color spaces of #aa4fac

RGB 17079172
HSL0.830.370.49
HSV299°54°67°
CMYK 0.010.540.00   0.33
XYZ26.819917.116640.9200
Yxy17.11660.31610.2017
Hunter Lab41.372243.3128-29.6814
CIE-Lab48.406650.3367-33.2836

#aa4fac color RGB value is (170,79,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001111 10101100
Octal 252 117 254
Decimal 170 79 172
Hex AA 4F AC

RGB Percentages of Color #aa4fac

%40.38
%18.76
%40.86

CMYK Percentages of Color #aa4fac

%1
%54
%0
%33

Triadic Colors of #aa4fac

#aa4fac #acaa4f #4facaa

Analogous Colors of #aa4fac

#aa4fac #ac4f80 #7c4fac

Monochromatic Colors of #aa4fac

#aa4fac

Complementary Color

#aa4fac #51ac4f

#aa4fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4fac Color CSS Codes

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

#aa4fac Text Font Color

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

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


#aa4fac Background Color

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

This div background color is #aa4fac


#aa4fac Border Color

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

This div border color is #aa4fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4fac


Comments

No comments written yet.

Please login to write comment.