Color Hex Logo

#aa24ec Color Hex

#AA24EC
(170,36,236)
0 Favorites   0 Comments

Color spaces of #aa24ec

RGB 17036236
HSL0.780.840.53
HSV280°85°93°
CMYK 0.280.850.00   0.07
XYZ32.348815.863980.7140
Yxy15.86390.25090.1230
Hunter Lab39.829575.2728-92.2698
CIE-Lab46.795478.4248-72.7380

#aa24ec color RGB value is (170,36,236).

#aa24ec hex color red value is 170, green value is 36 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #aa24ec hue: 0.78 , saturation: 0.84 and the lightness value of aa24ec is 0.53.

The process color (four color CMYK) of #aa24ec color hex is 0.28, 0.85, 0.00, 0.07. Web safe color of #aa24ec is #9933ff. Color #aa24ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100100 11101100
Octal 252 44 354
Decimal 170 36 236
Hex AA 24 EC

RGB Percentages of Color #aa24ec

%38.46
%8.14
%53.39

CMYK Percentages of Color #aa24ec

%28
%85
%0
%7

Triadic Colors of #aa24ec

#aa24ec #ecaa24 #24ecaa

Analogous Colors of #aa24ec

#aa24ec #ec24ca #4624ec

Monochromatic Colors of #aa24ec

#aa24ec

Complementary Color

#aa24ec #66ec24

#aa24ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa24ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa24ec Color CSS Codes

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

#aa24ec Text Font Color

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

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


#aa24ec Background Color

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

This div background color is #aa24ec


#aa24ec Border Color

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

This div border color is #aa24ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa24ec


Comments

No comments written yet.

Please login to write comment.