Color Hex Logo

#aa00bd Color Hex

#AA00BD
(170,0,189)
0 Favorites   0 Comments

Color spaces of #aa00bd

RGB 1700189
HSL0.821.000.37
HSV294°100°74°
CMYK 0.101.000.00   0.26
XYZ25.762912.220249.1450
Yxy12.22020.29570.1403
Hunter Lab34.957470.3754-58.8829
CIE-Lab41.564075.4647-54.1675

#aa00bd color RGB value is (170,0,189).

#aa00bd hex color red value is 170, green value is 0 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aa00bd hue: 0.82 , saturation: 1.00 and the lightness value of aa00bd is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000000 10111101
Octal 252 0 275
Decimal 170 0 189
Hex AA 0 BD

RGB Percentages of Color #aa00bd

%47.35
%0.00
%52.65

CMYK Percentages of Color #aa00bd

%10
%100
%0
%26

Triadic Colors of #aa00bd

#aa00bd #bdaa00 #00bdaa

Analogous Colors of #aa00bd

#aa00bd #bd0072 #4b00bd

Monochromatic Colors of #aa00bd

#aa00bd

Complementary Color

#aa00bd #13bd00

#aa00bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa00bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa00bd Color CSS Codes

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

#aa00bd Text Font Color

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

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


#aa00bd Background Color

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

This div background color is #aa00bd


#aa00bd Border Color

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

This div border color is #aa00bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa00bd


Comments

No comments written yet.

Please login to write comment.