Color Hex Logo

#aa2cba Color Hex

#AA2CBA
(170,44,186)
0 Favorites   0 Comments

Color spaces of #aa2cba

RGB 17044186
HSL0.810.620.45
HSV293°76°73°
CMYK 0.090.760.00   0.27
XYZ26.341213.892647.7476
Yxy13.89260.29940.1579
Hunter Lab37.272860.9211-49.8614
CIE-Lab44.078567.0295-48.3639

#aa2cba color RGB value is (170,44,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101100 10111010
Octal 252 54 272
Decimal 170 44 186
Hex AA 2C BA

RGB Percentages of Color #aa2cba

%42.50
%11.00
%46.50

CMYK Percentages of Color #aa2cba

%9
%76
%0
%27

Triadic Colors of #aa2cba

#aa2cba #baaa2c #2cbaaa

Analogous Colors of #aa2cba

#aa2cba #ba2c83 #632cba

Monochromatic Colors of #aa2cba

#aa2cba

Complementary Color

#aa2cba #3cba2c

#aa2cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2cba Color CSS Codes

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

#aa2cba Text Font Color

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

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


#aa2cba Background Color

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

This div background color is #aa2cba


#aa2cba Border Color

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

This div border color is #aa2cba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,44,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 #aa2cba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2cba


Comments

No comments written yet.

Please login to write comment.