Color Hex Logo

#aa14bd Color Hex

#AA14BD
(170,20,189)
0 Favorites   0 Comments

Color spaces of #aa14bd

RGB 17020189
HSL0.810.810.41
HSV293°89°74°
CMYK 0.100.890.00   0.26
XYZ26.013012.720549.2284
Yxy12.72050.29570.1446
Hunter Lab35.665867.7745-56.8701
CIE-Lab42.339173.1676-52.9178

#aa14bd color RGB value is (170,20,189).

#aa14bd hex color red value is 170, green value is 20 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aa14bd hue: 0.81 , saturation: 0.81 and the lightness value of aa14bd is 0.41.

The process color (four color CMYK) of #aa14bd color hex is 0.10, 0.89, 0.00, 0.26. Web safe color of #aa14bd is #9900cc. Color #aa14bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010100 10111101
Octal 252 24 275
Decimal 170 20 189
Hex AA 14 BD

RGB Percentages of Color #aa14bd

%44.85
%5.28
%49.87

CMYK Percentages of Color #aa14bd

%10
%89
%0
%26

Triadic Colors of #aa14bd

#aa14bd #bdaa14 #14bdaa

Analogous Colors of #aa14bd

#aa14bd #bd147c #5514bd

Monochromatic Colors of #aa14bd

#aa14bd

Complementary Color

#aa14bd #27bd14

#aa14bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa14bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa14bd Color CSS Codes

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

#aa14bd Text Font Color

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

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


#aa14bd Background Color

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

This div background color is #aa14bd


#aa14bd Border Color

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

This div border color is #aa14bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa14bd


Comments

No comments written yet.

Please login to write comment.