Color Hex Logo

#aa327c Color Hex

#AA327C
(170,50,124)
0 Favorites   0 Comments

Color spaces of #aa327c

RGB 17050124
HSL0.900.550.43
HSV323°71°67°
CMYK 0.000.710.27   0.33
XYZ21.356312.282520.3139
Yxy12.28250.39580.2277
Hunter Lab35.046447.4417-9.8337
CIE-Lab41.661655.4298-14.8645

#aa327c color RGB value is (170,50,124).

#aa327c hex color red value is 170, green value is 50 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #aa327c hue: 0.90 , saturation: 0.55 and the lightness value of aa327c is 0.43.

The process color (four color CMYK) of #aa327c color hex is 0.00, 0.71, 0.27, 0.33. Web safe color of #aa327c is #993366. Color #aa327c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110010 01111100
Octal 252 62 174
Decimal 170 50 124
Hex AA 32 7C

RGB Percentages of Color #aa327c

%49.42
%14.53
%36.05

CMYK Percentages of Color #aa327c

%0
%71
%27
%33

Triadic Colors of #aa327c

#aa327c #7caa32 #327caa

Analogous Colors of #aa327c

#aa327c #aa3240 #9c32aa

Monochromatic Colors of #aa327c

#aa327c

Complementary Color

#aa327c #32aa60

#aa327c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa327c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa327c Color CSS Codes

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

#aa327c Text Font Color

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

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


#aa327c Background Color

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

This div background color is #aa327c


#aa327c Border Color

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

This div border color is #aa327c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa327c


Comments

No comments written yet.

Please login to write comment.