Color Hex Logo

#aa0dfc Color Hex

#AA0DFC
(170,13,252)
0 Favorites   0 Comments

Color spaces of #aa0dfc

RGB 17013252
HSL0.780.980.52
HSV279°95°99°
CMYK 0.330.950.00   0.01
XYZ34.292215.862293.3498
Yxy15.86220.23900.1105
Hunter Lab39.827483.9943-111.0883
CIE-Lab46.793285.2897-81.7333

#aa0dfc color RGB value is (170,13,252).

#aa0dfc hex color red value is 170, green value is 13 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #aa0dfc hue: 0.78 , saturation: 0.98 and the lightness value of aa0dfc is 0.52.

The process color (four color CMYK) of #aa0dfc color hex is 0.33, 0.95, 0.00, 0.01. Web safe color of #aa0dfc is #9900ff. Color #aa0dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001101 11111100
Octal 252 15 374
Decimal 170 13 252
Hex AA D FC

RGB Percentages of Color #aa0dfc

%39.08
%2.99
%57.93

CMYK Percentages of Color #aa0dfc

%33
%95
%0
%1

Triadic Colors of #aa0dfc

#aa0dfc #fcaa0d #0dfcaa

Analogous Colors of #aa0dfc

#aa0dfc #fc0dd7 #320dfc

Monochromatic Colors of #aa0dfc

#aa0dfc

Complementary Color

#aa0dfc #5ffc0d

#aa0dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0dfc Color CSS Codes

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

#aa0dfc Text Font Color

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

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


#aa0dfc Background Color

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

This div background color is #aa0dfc


#aa0dfc Border Color

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

This div border color is #aa0dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.