Color Hex Logo

#aa0edc Color Hex

#AA0EDC
(170,14,220)
0 Favorites   0 Comments

Color spaces of #aa0edc

RGB 17014220
HSL0.790.880.46
HSV285°94°86°
CMYK 0.230.940.00   0.14
XYZ29.652914.027468.8548
Yxy14.02740.26350.1246
Hunter Lab37.453275.7812-82.7829
CIE-Lab44.272279.3205-67.7499

#aa0edc color RGB value is (170,14,220).

#aa0edc hex color red value is 170, green value is 14 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aa0edc hue: 0.79 , saturation: 0.88 and the lightness value of aa0edc is 0.46.

The process color (four color CMYK) of #aa0edc color hex is 0.23, 0.94, 0.00, 0.14. Web safe color of #aa0edc is #9900cc. Color #aa0edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001110 11011100
Octal 252 16 334
Decimal 170 14 220
Hex AA E DC

RGB Percentages of Color #aa0edc

%42.08
%3.47
%54.46

CMYK Percentages of Color #aa0edc

%23
%94
%0
%14

Triadic Colors of #aa0edc

#aa0edc #dcaa0e #0edcaa

Analogous Colors of #aa0edc

#aa0edc #dc0ea7 #430edc

Monochromatic Colors of #aa0edc

#aa0edc

Complementary Color

#aa0edc #40dc0e

#aa0edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0edc Color CSS Codes

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

#aa0edc Text Font Color

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

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


#aa0edc Background Color

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

This div background color is #aa0edc


#aa0edc Border Color

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

This div border color is #aa0edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0edc


Comments

No comments written yet.

Please login to write comment.