Color Hex Logo

#aa2eba Color Hex

#AA2EBA
(170,46,186)
0 Favorites   0 Comments

Color spaces of #aa2eba

RGB 17046186
HSL0.810.600.45
HSV293°75°73°
CMYK 0.090.750.00   0.27
XYZ26.417514.045247.7730
Yxy14.04520.29940.1592
Hunter Lab37.476960.2401-49.3450
CIE-Lab44.297766.3992-48.0130

#aa2eba color RGB value is (170,46,186).

#aa2eba hex color red value is 170, green value is 46 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aa2eba hue: 0.81 , saturation: 0.60 and the lightness value of aa2eba is 0.45.

The process color (four color CMYK) of #aa2eba color hex is 0.09, 0.75, 0.00, 0.27. Web safe color of #aa2eba is #9933cc. Color #aa2eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101110 10111010
Octal 252 56 272
Decimal 170 46 186
Hex AA 2E BA

RGB Percentages of Color #aa2eba

%42.29
%11.44
%46.27

CMYK Percentages of Color #aa2eba

%9
%75
%0
%27

Triadic Colors of #aa2eba

#aa2eba #baaa2e #2ebaaa

Analogous Colors of #aa2eba

#aa2eba #ba2e84 #642eba

Monochromatic Colors of #aa2eba

#aa2eba

Complementary Color

#aa2eba #3eba2e

#aa2eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2eba Color CSS Codes

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

#aa2eba Text Font Color

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

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


#aa2eba Background Color

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

This div background color is #aa2eba


#aa2eba Border Color

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

This div border color is #aa2eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2eba


Comments

No comments written yet.

Please login to write comment.