Color Hex Logo

#aa7acf Color Hex

#AA7ACF
(170,122,207)
0 Favorites   0 Comments

Color spaces of #aa7acf

RGB 170122207
HSL0.760.470.65
HSV274°41°81°
CMYK 0.180.410.00   0.19
XYZ34.799626.970162.4031
Yxy26.97010.28030.2172
Hunter Lab51.932728.7287-34.8908
CIE-Lab58.946634.6511-36.9106

#aa7acf color RGB value is (170,122,207).

#aa7acf hex color red value is 170, green value is 122 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aa7acf hue: 0.76 , saturation: 0.47 and the lightness value of aa7acf is 0.65.

The process color (four color CMYK) of #aa7acf color hex is 0.18, 0.41, 0.00, 0.19. Web safe color of #aa7acf is #9966cc. Color #aa7acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111010 11001111
Octal 252 172 317
Decimal 170 122 207
Hex AA 7A CF

RGB Percentages of Color #aa7acf

%34.07
%24.45
%41.48

CMYK Percentages of Color #aa7acf

%18
%41
%0
%19

Triadic Colors of #aa7acf

#aa7acf #cfaa7a #7acfaa

Analogous Colors of #aa7acf

#aa7acf #cf7aca #807acf

Monochromatic Colors of #aa7acf

#aa7acf

Complementary Color

#aa7acf #9fcf7a

#aa7acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7acf Color CSS Codes

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

#aa7acf Text Font Color

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

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


#aa7acf Background Color

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

This div background color is #aa7acf


#aa7acf Border Color

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

This div border color is #aa7acf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,122,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7acf


Comments

No comments written yet.

Please login to write comment.