color codes Logo

#aa2ebb color codes

#AA2EBB
(170,46,187)
0 Favorites   0 Comments

Color spaces of #aa2ebb

RGB 17046187
HSL0.810.610.46
HSV293°75°73°
CMYK 0.090.750.00   0.27
XYZ26.524214.087948.3350
Yxy14.08790.29820.1584
Hunter Lab37.533960.4571-50.0782
CIE-Lab44.358766.5748-48.5014

#aa2ebb color RGB value is (170,46,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101110 10111011
Octal 252 56 273
Decimal 170 46 187
Hex AA 2E BB

RGB Percentages of Color #aa2ebb

%42.18
%11.41
%46.40

CMYK Percentages of Color #aa2ebb

%9
%75
%0
%27

Triadic Colors of #aa2ebb

#aa2ebb #bbaa2e #2ebbaa

Analogous Colors of #aa2ebb

#aa2ebb #bb2e86 #642ebb

Monochromatic Colors of #aa2ebb

#aa2ebb

Complementary Color

#aa2ebb #3fbb2e

#aa2ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2ebb Color CSS Codes

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

#aa2ebb Text Font Color

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

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


#aa2ebb Background Color

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

This div background color is #aa2ebb


#aa2ebb Border Color

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

This div border color is #aa2ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2ebb

#aa2ebb Color Palettes


Comments

No comments written yet.

Please login to write comment.