Color Hex Logo

#aa94ca Color Hex

#AA94CA
(170,148,202)
0 Favorites   0 Comments

Color spaces of #aa94ca

RGB 170148202
HSL0.730.340.69
HSV264°27°79°
CMYK 0.160.270.00   0.21
XYZ37.828133.990160.4441
Yxy33.99010.28600.2570
Hunter Lab58.301013.7913-20.6587
CIE-Lab64.954718.8434-24.7949

#aa94ca color RGB value is (170,148,202).

#aa94ca hex color red value is 170, green value is 148 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aa94ca hue: 0.73 , saturation: 0.34 and the lightness value of aa94ca is 0.69.

The process color (four color CMYK) of #aa94ca color hex is 0.16, 0.27, 0.00, 0.21. Web safe color of #aa94ca is #9999cc. Color #aa94ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010100 11001010
Octal 252 224 312
Decimal 170 148 202
Hex AA 94 CA

RGB Percentages of Color #aa94ca

%32.69
%28.46
%38.85

CMYK Percentages of Color #aa94ca

%16
%27
%0
%21

Triadic Colors of #aa94ca

#aa94ca #caaa94 #94caaa

Analogous Colors of #aa94ca

#aa94ca #c594ca #9499ca

Monochromatic Colors of #aa94ca

#aa94ca

Complementary Color

#aa94ca #b4ca94

#aa94ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa94ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa94ca Color CSS Codes

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

#aa94ca Text Font Color

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

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


#aa94ca Background Color

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

This div background color is #aa94ca


#aa94ca Border Color

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

This div border color is #aa94ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa94ca


Comments

No comments written yet.

Please login to write comment.