Color Hex Logo

#aa2fcd Color Hex

#AA2FCD
(170,47,205)
0 Favorites   0 Comments

Color spaces of #aa2fcd

RGB 17047205
HSL0.800.630.49
HSV287°77°80°
CMYK 0.170.770.00   0.20
XYZ28.613514.986959.1423
Yxy14.98690.27850.1459
Hunter Lab38.712964.1854-63.4792
CIE-Lab45.616269.5177-56.9485

#aa2fcd color RGB value is (170,47,205).

#aa2fcd hex color red value is 170, green value is 47 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aa2fcd hue: 0.80 , saturation: 0.63 and the lightness value of aa2fcd is 0.49.

The process color (four color CMYK) of #aa2fcd color hex is 0.17, 0.77, 0.00, 0.20. Web safe color of #aa2fcd is #9933cc. Color #aa2fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101111 11001101
Octal 252 57 315
Decimal 170 47 205
Hex AA 2F CD

RGB Percentages of Color #aa2fcd

%40.28
%11.14
%48.58

CMYK Percentages of Color #aa2fcd

%17
%77
%0
%20

Triadic Colors of #aa2fcd

#aa2fcd #cdaa2f #2fcdaa

Analogous Colors of #aa2fcd

#aa2fcd #cd2fa1 #5b2fcd

Monochromatic Colors of #aa2fcd

#aa2fcd

Complementary Color

#aa2fcd #52cd2f

#aa2fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2fcd Color CSS Codes

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

#aa2fcd Text Font Color

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

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


#aa2fcd Background Color

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

This div background color is #aa2fcd


#aa2fcd Border Color

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

This div border color is #aa2fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2fcd


Comments

No comments written yet.

Please login to write comment.