Color Hex Logo

#aa6fda Color Hex

#AA6FDA
(170,111,218)
0 Favorites   0 Comments

Color spaces of #aa6fda

RGB 170111218
HSL0.760.590.65
HSV273°49°85°
CMYK 0.220.490.00   0.15
XYZ34.916924.976969.3104
Yxy24.97690.27020.1933
Hunter Lab49.976937.2514-47.2424
CIE-Lab57.052943.2152-46.0920

#aa6fda color RGB value is (170,111,218).

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

The process color (four color CMYK) of #aa6fda color hex is 0.22, 0.49, 0.00, 0.15. Web safe color of #aa6fda is #9966cc. Color #aa6fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101111 11011010
Octal 252 157 332
Decimal 170 111 218
Hex AA 6F DA

RGB Percentages of Color #aa6fda

%34.07
%22.24
%43.69

CMYK Percentages of Color #aa6fda

%22
%49
%0
%15

Triadic Colors of #aa6fda

#aa6fda #daaa6f #6fdaaa

Analogous Colors of #aa6fda

#aa6fda #da6fd5 #756fda

Monochromatic Colors of #aa6fda

#aa6fda

Complementary Color

#aa6fda #9fda6f

#aa6fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6fda Color CSS Codes

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

#aa6fda Text Font Color

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

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


#aa6fda Background Color

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

This div background color is #aa6fda


#aa6fda Border Color

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

This div border color is #aa6fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6fda


Comments

No comments written yet.

Please login to write comment.