Color Hex Logo

#aa01ea Color Hex

#AA01EA
(170,1,234)
0 Favorites   0 Comments

Color spaces of #aa01ea

RGB 1701234
HSL0.790.990.46
HSV284°100°92°
CMYK 0.271.000.00   0.08
XYZ31.439714.508378.9852
Yxy14.50830.25170.1161
Hunter Lab38.089880.6787-96.2844
CIE-Lab44.953283.0639-74.6125

#aa01ea color RGB value is (170,1,234).

#aa01ea hex color red value is 170, green value is 1 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aa01ea hue: 0.79 , saturation: 0.99 and the lightness value of aa01ea is 0.46.

The process color (four color CMYK) of #aa01ea color hex is 0.27, 1.00, 0.00, 0.08. Web safe color of #aa01ea is #9900ff. Color #aa01ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000001 11101010
Octal 252 1 352
Decimal 170 1 234
Hex AA 1 EA

RGB Percentages of Color #aa01ea

%41.98
%0.25
%57.78

CMYK Percentages of Color #aa01ea

%27
%100
%0
%8

Triadic Colors of #aa01ea

#aa01ea #eaaa01 #01eaaa

Analogous Colors of #aa01ea

#aa01ea #ea01b6 #3501ea

Monochromatic Colors of #aa01ea

#aa01ea

Complementary Color

#aa01ea #41ea01

#aa01ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa01ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa01ea Color CSS Codes

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

#aa01ea Text Font Color

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

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


#aa01ea Background Color

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

This div background color is #aa01ea


#aa01ea Border Color

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

This div border color is #aa01ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa01ea


Comments

No comments written yet.

Please login to write comment.