Color Hex Logo

#aa2fbd Color Hex

#AA2FBD
(170,47,189)
0 Favorites   0 Comments

Color spaces of #aa2fbd

RGB 17047189
HSL0.810.600.46
HSV292°75°74°
CMYK 0.100.750.00   0.26
XYZ26.779414.253249.4838
Yxy14.25320.29590.1575
Hunter Lab37.753460.5459-51.2847
CIE-Lab44.593966.6058-49.2952

#aa2fbd color RGB value is (170,47,189).

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

The process color (four color CMYK) of #aa2fbd color hex is 0.10, 0.75, 0.00, 0.26. Web safe color of #aa2fbd is #9933cc. Color #aa2fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101111 10111101
Octal 252 57 275
Decimal 170 47 189
Hex AA 2F BD

RGB Percentages of Color #aa2fbd

%41.87
%11.58
%46.55

CMYK Percentages of Color #aa2fbd

%10
%75
%0
%26

Triadic Colors of #aa2fbd

#aa2fbd #bdaa2f #2fbdaa

Analogous Colors of #aa2fbd

#aa2fbd #bd2f89 #632fbd

Monochromatic Colors of #aa2fbd

#aa2fbd

Complementary Color

#aa2fbd #42bd2f

#aa2fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2fbd Color CSS Codes

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

#aa2fbd Text Font Color

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

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


#aa2fbd Background Color

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

This div background color is #aa2fbd


#aa2fbd Border Color

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

This div border color is #aa2fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2fbd


Comments

No comments written yet.

Please login to write comment.