Color Hex Logo

#aa2ccf Color Hex

#AA2CCF
(170,44,207)
0 Favorites   0 Comments

Color spaces of #aa2ccf

RGB 17044207
HSL0.800.650.49
HSV286°79°81°
CMYK 0.180.790.00   0.19
XYZ28.740714.852460.3835
Yxy14.85240.27640.1428
Hunter Lab38.538865.6752-65.9198
CIE-Lab45.431470.8104-58.4009

#aa2ccf color RGB value is (170,44,207).

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

The process color (four color CMYK) of #aa2ccf color hex is 0.18, 0.79, 0.00, 0.19. Web safe color of #aa2ccf is #9933cc. Color #aa2ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101100 11001111
Octal 252 54 317
Decimal 170 44 207
Hex AA 2C CF

RGB Percentages of Color #aa2ccf

%40.38
%10.45
%49.17

CMYK Percentages of Color #aa2ccf

%18
%79
%0
%19

Triadic Colors of #aa2ccf

#aa2ccf #cfaa2c #2ccfaa

Analogous Colors of #aa2ccf

#aa2ccf #cf2ca3 #592ccf

Monochromatic Colors of #aa2ccf

#aa2ccf

Complementary Color

#aa2ccf #51cf2c

#aa2ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2ccf Color CSS Codes

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

#aa2ccf Text Font Color

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

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


#aa2ccf Background Color

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

This div background color is #aa2ccf


#aa2ccf Border Color

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

This div border color is #aa2ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2ccf


Comments

No comments written yet.

Please login to write comment.