Color Hex Logo

#aa43ba Color Hex

#AA43BA
(170,67,186)
0 Favorites   0 Comments

Color spaces of #aa43ba

RGB 17067186
HSL0.810.470.50
HSV292°64°73°
CMYK 0.090.640.00   0.27
XYZ27.447616.105548.1164
Yxy16.10550.29940.1757
Hunter Lab40.131751.8527-42.9944
CIE-Lab47.112658.4532-43.5230

#aa43ba color RGB value is (170,67,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000011 10111010
Octal 252 103 272
Decimal 170 67 186
Hex AA 43 BA

RGB Percentages of Color #aa43ba

%40.19
%15.84
%43.97

CMYK Percentages of Color #aa43ba

%9
%64
%0
%27

Triadic Colors of #aa43ba

#aa43ba #baaa43 #43baaa

Analogous Colors of #aa43ba

#aa43ba #ba438f #6f43ba

Monochromatic Colors of #aa43ba

#aa43ba

Complementary Color

#aa43ba #53ba43

#aa43ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa43ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa43ba Color CSS Codes

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

#aa43ba Text Font Color

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

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


#aa43ba Background Color

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

This div background color is #aa43ba


#aa43ba Border Color

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

This div border color is #aa43ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa43ba


Comments

No comments written yet.

Please login to write comment.