Color Hex Logo

#aa27ff Color Hex

#AA27FF
(170,39,255)
0 Favorites   0 Comments

Color spaces of #aa27ff

RGB 17039255
HSL0.771.000.58
HSV276°85°100°
CMYK 0.330.850.00   0.00
XYZ35.353117.217196.0677
Yxy17.21710.23780.1158
Hunter Lab41.493579.4712-108.2256
CIE-Lab48.532481.4264-80.5610

#aa27ff color RGB value is (170,39,255).

#aa27ff hex color red value is 170, green value is 39 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aa27ff hue: 0.77 , saturation: 1.00 and the lightness value of aa27ff is 0.58.

The process color (four color CMYK) of #aa27ff color hex is 0.33, 0.85, 0.00, 0.00. Web safe color of #aa27ff is #9933ff. Color #aa27ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100111 11111111
Octal 252 47 377
Decimal 170 39 255
Hex AA 27 FF

RGB Percentages of Color #aa27ff

%36.64
%8.41
%54.96

CMYK Percentages of Color #aa27ff

%33
%85
%0
%0

Triadic Colors of #aa27ff

#aa27ff #ffaa27 #27ffaa

Analogous Colors of #aa27ff

#aa27ff #ff27e8 #3e27ff

Monochromatic Colors of #aa27ff

#aa27ff

Complementary Color

#aa27ff #7cff27

#aa27ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa27ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa27ff Color CSS Codes

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

#aa27ff Text Font Color

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

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


#aa27ff Background Color

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

This div background color is #aa27ff


#aa27ff Border Color

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

This div border color is #aa27ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa27ff


Comments

No comments written yet.

Please login to write comment.