Color Hex Logo

#aa2aeb Color Hex

#AA2AEB
(170,42,235)
0 Favorites   0 Comments

Color spaces of #aa2aeb

RGB 17042235
HSL0.780.830.54
HSV280°82°92°
CMYK 0.280.820.00   0.08
XYZ32.400916.200180.0165
Yxy16.20010.25190.1260
Hunter Lab40.249373.2569-89.6951
CIE-Lab47.235976.7134-71.4556

#aa2aeb color RGB value is (170,42,235).

#aa2aeb hex color red value is 170, green value is 42 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aa2aeb hue: 0.78 , saturation: 0.83 and the lightness value of aa2aeb is 0.54.

The process color (four color CMYK) of #aa2aeb color hex is 0.28, 0.82, 0.00, 0.08. Web safe color of #aa2aeb is #9933ff. Color #aa2aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101010 11101011
Octal 252 52 353
Decimal 170 42 235
Hex AA 2A EB

RGB Percentages of Color #aa2aeb

%38.03
%9.40
%52.57

CMYK Percentages of Color #aa2aeb

%28
%82
%0
%8

Triadic Colors of #aa2aeb

#aa2aeb #ebaa2a #2aebaa

Analogous Colors of #aa2aeb

#aa2aeb #eb2acc #492aeb

Monochromatic Colors of #aa2aeb

#aa2aeb

Complementary Color

#aa2aeb #6beb2a

#aa2aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2aeb Color CSS Codes

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

#aa2aeb Text Font Color

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

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


#aa2aeb Background Color

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

This div background color is #aa2aeb


#aa2aeb Border Color

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

This div border color is #aa2aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2aeb


Comments

No comments written yet.

Please login to write comment.