Color Hex Logo

#aa5fac Color Hex

#AA5FAC
(170,95,172)
0 Favorites   0 Comments

Color spaces of #aa5fac

RGB 17095172
HSL0.830.320.52
HSV298°45°67°
CMYK 0.010.450.00   0.33
XYZ28.116219.709041.3521
Yxy19.70900.31530.2210
Hunter Lab44.394835.3570-24.1500
CIE-Lab51.506642.1756-28.4451

#aa5fac color RGB value is (170,95,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011111 10101100
Octal 252 137 254
Decimal 170 95 172
Hex AA 5F AC

RGB Percentages of Color #aa5fac

%38.90
%21.74
%39.36

CMYK Percentages of Color #aa5fac

%1
%45
%0
%33

Triadic Colors of #aa5fac

#aa5fac #acaa5f #5facaa

Analogous Colors of #aa5fac

#aa5fac #ac5f88 #845fac

Monochromatic Colors of #aa5fac

#aa5fac

Complementary Color

#aa5fac #61ac5f

#aa5fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5fac Color CSS Codes

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

#aa5fac Text Font Color

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

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


#aa5fac Background Color

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

This div background color is #aa5fac


#aa5fac Border Color

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

This div border color is #aa5fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5fac


Comments

No comments written yet.

Please login to write comment.