Color Hex Logo

#aa40ca Color Hex

#AA40CA
(170,64,202)
0 Favorites   0 Comments

Color spaces of #aa40ca

RGB 17064202
HSL0.790.570.52
HSV286°68°79°
CMYK 0.160.680.00   0.21
XYZ29.071616.477157.5253
Yxy16.47710.28200.1599
Hunter Lab40.592056.8040-55.6089
CIE-Lab47.594362.7704-52.0371

#aa40ca color RGB value is (170,64,202).

#aa40ca hex color red value is 170, green value is 64 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aa40ca hue: 0.79 , saturation: 0.57 and the lightness value of aa40ca is 0.52.

The process color (four color CMYK) of #aa40ca color hex is 0.16, 0.68, 0.00, 0.21. Web safe color of #aa40ca is #9933cc. Color #aa40ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000000 11001010
Octal 252 100 312
Decimal 170 64 202
Hex AA 40 CA

RGB Percentages of Color #aa40ca

%38.99
%14.68
%46.33

CMYK Percentages of Color #aa40ca

%16
%68
%0
%21

Triadic Colors of #aa40ca

#aa40ca #caaa40 #40caaa

Analogous Colors of #aa40ca

#aa40ca #ca40a5 #6540ca

Monochromatic Colors of #aa40ca

#aa40ca

Complementary Color

#aa40ca #60ca40

#aa40ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa40ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa40ca Color CSS Codes

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

#aa40ca Text Font Color

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

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


#aa40ca Background Color

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

This div background color is #aa40ca


#aa40ca Border Color

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

This div border color is #aa40ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,64,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 #aa40ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa40ca


Comments

No comments written yet.

Please login to write comment.