Color Hex Logo

#aa64ea Color Hex

#AA64EA
(170,100,234)
0 Favorites   0 Comments

Color spaces of #aa64ea

RGB 170100234
HSL0.750.760.65
HSV271°57°92°
CMYK 0.270.570.00   0.08
XYZ35.986023.600980.5007
Yxy23.60090.25690.1685
Hunter Lab48.580847.2068-64.2399
CIE-Lab55.686052.7253-57.2499

#aa64ea color RGB value is (170,100,234).

#aa64ea hex color red value is 170, green value is 100 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aa64ea hue: 0.75 , saturation: 0.76 and the lightness value of aa64ea is 0.65.

The process color (four color CMYK) of #aa64ea color hex is 0.27, 0.57, 0.00, 0.08. Web safe color of #aa64ea is #9966ff. Color #aa64ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100100 11101010
Octal 252 144 352
Decimal 170 100 234
Hex AA 64 EA

RGB Percentages of Color #aa64ea

%33.73
%19.84
%46.43

CMYK Percentages of Color #aa64ea

%27
%57
%0
%8

Triadic Colors of #aa64ea

#aa64ea #eaaa64 #64eaaa

Analogous Colors of #aa64ea

#aa64ea #ea64e7 #6764ea

Monochromatic Colors of #aa64ea

#aa64ea

Complementary Color

#aa64ea #a4ea64

#aa64ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa64ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa64ea Color CSS Codes

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

#aa64ea Text Font Color

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

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


#aa64ea Background Color

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

This div background color is #aa64ea


#aa64ea Border Color

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

This div border color is #aa64ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa64ea


Comments

No comments written yet.

Please login to write comment.