Color Hex Logo

#aa27ba Color Hex

#AA27BA
(170,39,186)
0 Favorites   0 Comments

Color spaces of #aa27ba

RGB 17039186
HSL0.820.650.44
HSV293°79°73°
CMYK 0.090.790.00   0.27
XYZ26.166013.542347.6892
Yxy13.54230.29940.1550
Hunter Lab36.799962.5200-51.0744
CIE-Lab43.569368.5002-49.1800

#aa27ba color RGB value is (170,39,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100111 10111010
Octal 252 47 272
Decimal 170 39 186
Hex AA 27 BA

RGB Percentages of Color #aa27ba

%43.04
%9.87
%47.09

CMYK Percentages of Color #aa27ba

%9
%79
%0
%27

Triadic Colors of #aa27ba

#aa27ba #baaa27 #27baaa

Analogous Colors of #aa27ba

#aa27ba #ba2781 #6127ba

Monochromatic Colors of #aa27ba

#aa27ba

Complementary Color

#aa27ba #37ba27

#aa27ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa27ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa27ba Color CSS Codes

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

#aa27ba Text Font Color

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

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


#aa27ba Background Color

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

This div background color is #aa27ba


#aa27ba Border Color

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

This div border color is #aa27ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa27ba


Comments

No comments written yet.

Please login to write comment.