Color Hex Logo

#aa7caf Color Hex

#AA7CAF
(170,124,175)
0 Favorites   0 Comments

Color spaces of #aa7caf

RGB 170124175
HSL0.820.240.59
HSV294°29°69°
CMYK 0.030.290.00   0.31
XYZ31.523126.056543.9254
Yxy26.05650.31060.2567
Hunter Lab51.045620.9026-15.2879
CIE-Lab58.090626.7427-20.0374

#aa7caf color RGB value is (170,124,175).

#aa7caf hex color red value is 170, green value is 124 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aa7caf hue: 0.82 , saturation: 0.24 and the lightness value of aa7caf is 0.59.

The process color (four color CMYK) of #aa7caf color hex is 0.03, 0.29, 0.00, 0.31. Web safe color of #aa7caf is #996699. Color #aa7caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111100 10101111
Octal 252 174 257
Decimal 170 124 175
Hex AA 7C AF

RGB Percentages of Color #aa7caf

%36.25
%26.44
%37.31

CMYK Percentages of Color #aa7caf

%3
%29
%0
%31

Triadic Colors of #aa7caf

#aa7caf #afaa7c #7cafaa

Analogous Colors of #aa7caf

#aa7caf #af7c9b #917caf

Monochromatic Colors of #aa7caf

#aa7caf

Complementary Color

#aa7caf #81af7c

#aa7caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7caf Color CSS Codes

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

#aa7caf Text Font Color

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

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


#aa7caf Background Color

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

This div background color is #aa7caf


#aa7caf Border Color

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

This div border color is #aa7caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7caf


Comments

No comments written yet.

Please login to write comment.