Color Hex Logo

#aa2ccb Color Hex

#AA2CCB
(170,44,203)
0 Favorites   0 Comments

Color spaces of #aa2ccb

RGB 17044203
HSL0.800.640.48
HSV288°78°80°
CMYK 0.160.780.00   0.20
XYZ28.257714.659257.8401
Yxy14.65920.28050.1455
Hunter Lab38.287364.7378-62.7674
CIE-Lab45.163870.0729-56.5220

#aa2ccb color RGB value is (170,44,203).

#aa2ccb hex color red value is 170, green value is 44 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aa2ccb hue: 0.80 , saturation: 0.64 and the lightness value of aa2ccb is 0.48.

The process color (four color CMYK) of #aa2ccb color hex is 0.16, 0.78, 0.00, 0.20. Web safe color of #aa2ccb is #9933cc. Color #aa2ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101100 11001011
Octal 252 54 313
Decimal 170 44 203
Hex AA 2C CB

RGB Percentages of Color #aa2ccb

%40.77
%10.55
%48.68

CMYK Percentages of Color #aa2ccb

%16
%78
%0
%20

Triadic Colors of #aa2ccb

#aa2ccb #cbaa2c #2ccbaa

Analogous Colors of #aa2ccb

#aa2ccb #cb2c9d #5b2ccb

Monochromatic Colors of #aa2ccb

#aa2ccb

Complementary Color

#aa2ccb #4dcb2c

#aa2ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2ccb Color CSS Codes

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

#aa2ccb Text Font Color

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

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


#aa2ccb Background Color

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

This div background color is #aa2ccb


#aa2ccb Border Color

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

This div border color is #aa2ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2ccb


Comments

No comments written yet.

Please login to write comment.