Color Hex Logo

#aa14ff Color Hex

#AA14FF
(170,20,255)
0 Favorites   0 Comments

Color spaces of #aa14ff

RGB 17020255
HSL0.771.000.54
HSV278°92°100°
CMYK 0.330.920.00   0.00
XYZ34.877716.266495.9092
Yxy16.26640.23720.1106
Hunter Lab40.331683.7816-112.7604
CIE-Lab47.322185.0244-82.5422

#aa14ff color RGB value is (170,20,255).

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

The process color (four color CMYK) of #aa14ff color hex is 0.33, 0.92, 0.00, 0.00. Web safe color of #aa14ff is #9900ff. Color #aa14ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010100 11111111
Octal 252 24 377
Decimal 170 20 255
Hex AA 14 FF

RGB Percentages of Color #aa14ff

%38.20
%4.49
%57.30

CMYK Percentages of Color #aa14ff

%33
%92
%0
%0

Triadic Colors of #aa14ff

#aa14ff #ffaa14 #14ffaa

Analogous Colors of #aa14ff

#aa14ff #ff14df #3414ff

Monochromatic Colors of #aa14ff

#aa14ff

Complementary Color

#aa14ff #69ff14

#aa14ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa14ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa14ff Color CSS Codes

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

#aa14ff Text Font Color

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

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


#aa14ff Background Color

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

This div background color is #aa14ff


#aa14ff Border Color

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

This div border color is #aa14ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa14ff

#aa14ff Color Palettes


Comments

No comments written yet.

Please login to write comment.