Color Hex Logo

#aa2ebc Color Hex

#AA2EBC
(170,46,188)
0 Favorites   0 Comments

Color spaces of #aa2ebc

RGB 17046188
HSL0.810.610.46
HSV292°76°74°
CMYK 0.100.760.00   0.26
XYZ26.631714.130948.9008
Yxy14.13090.29700.1576
Hunter Lab37.591160.6753-50.8143
CIE-Lab44.420166.7512-48.9886

#aa2ebc color RGB value is (170,46,188).

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

The process color (four color CMYK) of #aa2ebc color hex is 0.10, 0.76, 0.00, 0.26. Web safe color of #aa2ebc is #9933cc. Color #aa2ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101110 10111100
Octal 252 56 274
Decimal 170 46 188
Hex AA 2E BC

RGB Percentages of Color #aa2ebc

%42.08
%11.39
%46.53

CMYK Percentages of Color #aa2ebc

%10
%76
%0
%26

Triadic Colors of #aa2ebc

#aa2ebc #bcaa2e #2ebcaa

Analogous Colors of #aa2ebc

#aa2ebc #bc2e87 #632ebc

Monochromatic Colors of #aa2ebc

#aa2ebc

Complementary Color

#aa2ebc #40bc2e

#aa2ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2ebc Color CSS Codes

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

#aa2ebc Text Font Color

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

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


#aa2ebc Background Color

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

This div background color is #aa2ebc


#aa2ebc Border Color

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

This div border color is #aa2ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2ebc


Comments

No comments written yet.

Please login to write comment.