Color Hex Logo

#aa4acf Color Hex

#AA4ACF
(170,74,207)
0 Favorites   0 Comments

Color spaces of #aa4acf

RGB 17074207
HSL0.790.580.55
HSV283°64°81°
CMYK 0.180.640.00   0.19
XYZ30.288817.948660.8995
Yxy17.94860.27750.1645
Hunter Lab42.365853.4758-55.5715
CIE-Lab49.433759.4795-51.9671

#aa4acf color RGB value is (170,74,207).

#aa4acf hex color red value is 170, green value is 74 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aa4acf hue: 0.79 , saturation: 0.58 and the lightness value of aa4acf is 0.55.

The process color (four color CMYK) of #aa4acf color hex is 0.18, 0.64, 0.00, 0.19. Web safe color of #aa4acf is #9933cc. Color #aa4acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001010 11001111
Octal 252 112 317
Decimal 170 74 207
Hex AA 4A CF

RGB Percentages of Color #aa4acf

%37.69
%16.41
%45.90

CMYK Percentages of Color #aa4acf

%18
%64
%0
%19

Triadic Colors of #aa4acf

#aa4acf #cfaa4a #4acfaa

Analogous Colors of #aa4acf

#aa4acf #cf4ab2 #684acf

Monochromatic Colors of #aa4acf

#aa4acf

Complementary Color

#aa4acf #6fcf4a

#aa4acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4acf Color CSS Codes

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

#aa4acf Text Font Color

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

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


#aa4acf Background Color

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

This div background color is #aa4acf


#aa4acf Border Color

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

This div border color is #aa4acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4acf


Comments

No comments written yet.

Please login to write comment.