Color Hex Logo

#aa7dfc Color Hex

#AA7DFC
(170,125,252)
0 Favorites   0 Comments

Color spaces of #aa7dfc

RGB 170125252
HSL0.730.950.74
HSV261°50°99°
CMYK 0.330.500.00   0.01
XYZ41.481930.241695.7463
Yxy30.24160.24770.1806
Hunter Lab54.992438.4097-64.7342
CIE-Lab61.862143.6530-57.3646

#aa7dfc color RGB value is (170,125,252).

#aa7dfc hex color red value is 170, green value is 125 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #aa7dfc hue: 0.73 , saturation: 0.95 and the lightness value of aa7dfc is 0.74.

The process color (four color CMYK) of #aa7dfc color hex is 0.33, 0.50, 0.00, 0.01. Web safe color of #aa7dfc is #9966ff. Color #aa7dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111101 11111100
Octal 252 175 374
Decimal 170 125 252
Hex AA 7D FC

RGB Percentages of Color #aa7dfc

%31.08
%22.85
%46.07

CMYK Percentages of Color #aa7dfc

%33
%50
%0
%1

Triadic Colors of #aa7dfc

#aa7dfc #fcaa7d #7dfcaa

Analogous Colors of #aa7dfc

#aa7dfc #ea7dfc #7d90fc

Monochromatic Colors of #aa7dfc

#aa7dfc

Complementary Color

#aa7dfc #cffc7d

#aa7dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7dfc Color CSS Codes

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

#aa7dfc Text Font Color

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

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


#aa7dfc Background Color

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

This div background color is #aa7dfc


#aa7dfc Border Color

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

This div border color is #aa7dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.