Color Hex Logo

#aa4cba Color Hex

#AA4CBA
(170,76,186)
0 Favorites   0 Comments

Color spaces of #aa4cba

RGB 17076186
HSL0.810.440.51
HSV291°59°73°
CMYK 0.090.590.00   0.27
XYZ28.024917.260148.3088
Yxy17.26010.29940.1844
Hunter Lab41.545347.7052-39.8607
CIE-Lab48.586154.4029-41.1852

#aa4cba color RGB value is (170,76,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001100 10111010
Octal 252 114 272
Decimal 170 76 186
Hex AA 4C BA

RGB Percentages of Color #aa4cba

%39.35
%17.59
%43.06

CMYK Percentages of Color #aa4cba

%9
%59
%0
%27

Triadic Colors of #aa4cba

#aa4cba #baaa4c #4cbaaa

Analogous Colors of #aa4cba

#aa4cba #ba4c93 #734cba

Monochromatic Colors of #aa4cba

#aa4cba

Complementary Color

#aa4cba #5cba4c

#aa4cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4cba Color CSS Codes

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

#aa4cba Text Font Color

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

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


#aa4cba Background Color

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

This div background color is #aa4cba


#aa4cba Border Color

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

This div border color is #aa4cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4cba


Comments

No comments written yet.

Please login to write comment.