Color Hex Logo

#aa2edb Color Hex

#AA2EDB
(170,46,219)
0 Favorites   0 Comments

Color spaces of #aa2edb

RGB 17046219
HSL0.790.710.52
HSV283°79°86°
CMYK 0.220.790.00   0.14
XYZ30.340715.614568.4326
Yxy15.61450.26520.1365
Hunter Lab39.515267.9050-75.0181
CIE-Lab46.464672.4723-63.6183

#aa2edb color RGB value is (170,46,219).

#aa2edb hex color red value is 170, green value is 46 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aa2edb hue: 0.79 , saturation: 0.71 and the lightness value of aa2edb is 0.52.

The process color (four color CMYK) of #aa2edb color hex is 0.22, 0.79, 0.00, 0.14. Web safe color of #aa2edb is #9933cc. Color #aa2edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101110 11011011
Octal 252 56 333
Decimal 170 46 219
Hex AA 2E DB

RGB Percentages of Color #aa2edb

%39.08
%10.57
%50.34

CMYK Percentages of Color #aa2edb

%22
%79
%0
%14

Triadic Colors of #aa2edb

#aa2edb #dbaa2e #2edbaa

Analogous Colors of #aa2edb

#aa2edb #db2eb6 #542edb

Monochromatic Colors of #aa2edb

#aa2edb

Complementary Color

#aa2edb #5fdb2e

#aa2edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2edb Color CSS Codes

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

#aa2edb Text Font Color

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

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


#aa2edb Background Color

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

This div background color is #aa2edb


#aa2edb Border Color

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

This div border color is #aa2edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2edb


Comments

No comments written yet.

Please login to write comment.