Color Hex Logo

#aa2bbe Color Hex

#AA2BBE
(170,43,190)
0 Favorites   0 Comments

Color spaces of #aa2bbe

RGB 17043190
HSL0.810.630.46
HSV292°77°75°
CMYK 0.110.770.00   0.25
XYZ26.735713.991550.0067
Yxy13.99150.29470.1542
Hunter Lab37.405262.1253-53.0806
CIE-Lab44.220768.0358-50.4783

#aa2bbe color RGB value is (170,43,190).

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

The process color (four color CMYK) of #aa2bbe color hex is 0.11, 0.77, 0.00, 0.25. Web safe color of #aa2bbe is #9933cc. Color #aa2bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101011 10111110
Octal 252 53 276
Decimal 170 43 190
Hex AA 2B BE

RGB Percentages of Color #aa2bbe

%42.18
%10.67
%47.15

CMYK Percentages of Color #aa2bbe

%11
%77
%0
%25

Triadic Colors of #aa2bbe

#aa2bbe #beaa2b #2bbeaa

Analogous Colors of #aa2bbe

#aa2bbe #be2b89 #602bbe

Monochromatic Colors of #aa2bbe

#aa2bbe

Complementary Color

#aa2bbe #3fbe2b

#aa2bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2bbe Color CSS Codes

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

#aa2bbe Text Font Color

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

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


#aa2bbe Background Color

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

This div background color is #aa2bbe


#aa2bbe Border Color

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

This div border color is #aa2bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2bbe


Comments

No comments written yet.

Please login to write comment.