Color Hex Logo

#aa18ea Color Hex

#AA18EA
(170,24,234)
0 Favorites   0 Comments

Color spaces of #aa18ea

RGB 17024234
HSL0.780.830.51
HSV282°90°92°
CMYK 0.270.900.00   0.08
XYZ31.755515.139879.0905
Yxy15.13980.25210.1202
Hunter Lab38.909977.5867-93.2793
CIE-Lab45.825180.4599-73.1892

#aa18ea color RGB value is (170,24,234).

#aa18ea hex color red value is 170, green value is 24 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aa18ea hue: 0.78 , saturation: 0.83 and the lightness value of aa18ea is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011000 11101010
Octal 252 30 352
Decimal 170 24 234
Hex AA 18 EA

RGB Percentages of Color #aa18ea

%39.72
%5.61
%54.67

CMYK Percentages of Color #aa18ea

%27
%90
%0
%8

Triadic Colors of #aa18ea

#aa18ea #eaaa18 #18eaaa

Analogous Colors of #aa18ea

#aa18ea #ea18c1 #4118ea

Monochromatic Colors of #aa18ea

#aa18ea

Complementary Color

#aa18ea #58ea18

#aa18ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa18ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa18ea Color CSS Codes

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

#aa18ea Text Font Color

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

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


#aa18ea Background Color

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

This div background color is #aa18ea


#aa18ea Border Color

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

This div border color is #aa18ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa18ea


Comments

No comments written yet.

Please login to write comment.