Color Hex Logo

#aa04ea Color Hex

#AA04EA
(170,4,234)
0 Favorites   0 Comments

Color spaces of #aa04ea

RGB 1704234
HSL0.790.970.47
HSV283°98°92°
CMYK 0.270.980.00   0.08
XYZ31.472314.573478.9961
Yxy14.57340.25170.1165
Hunter Lab38.175180.3523-95.9667
CIE-Lab45.044382.7910-74.4638

#aa04ea color RGB value is (170,4,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000100 11101010
Octal 252 4 352
Decimal 170 4 234
Hex AA 4 EA

RGB Percentages of Color #aa04ea

%41.67
%0.98
%57.35

CMYK Percentages of Color #aa04ea

%27
%98
%0
%8

Triadic Colors of #aa04ea

#aa04ea #eaaa04 #04eaaa

Analogous Colors of #aa04ea

#aa04ea #ea04b7 #3704ea

Monochromatic Colors of #aa04ea

#aa04ea

Complementary Color

#aa04ea #44ea04

#aa04ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa04ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa04ea Color CSS Codes

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

#aa04ea Text Font Color

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

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


#aa04ea Background Color

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

This div background color is #aa04ea


#aa04ea Border Color

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

This div border color is #aa04ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa04ea


Comments

No comments written yet.

Please login to write comment.