Color Hex Logo

#aa44eb Color Hex

#AA44EB
(170,68,235)
0 Favorites   0 Comments

Color spaces of #aa44eb

RGB 17068235
HSL0.770.810.59
HSV277°71°92°
CMYK 0.280.710.00   0.08
XYZ33.640118.678580.4295
Yxy18.67850.25340.1407
Hunter Lab43.218663.3065-80.0851
CIE-Lab50.308967.8650-66.4673

#aa44eb color RGB value is (170,68,235).

#aa44eb hex color red value is 170, green value is 68 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aa44eb hue: 0.77 , saturation: 0.81 and the lightness value of aa44eb is 0.59.

The process color (four color CMYK) of #aa44eb color hex is 0.28, 0.71, 0.00, 0.08. Web safe color of #aa44eb is #9933ff. Color #aa44eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000100 11101011
Octal 252 104 353
Decimal 170 68 235
Hex AA 44 EB

RGB Percentages of Color #aa44eb

%35.94
%14.38
%49.68

CMYK Percentages of Color #aa44eb

%28
%71
%0
%8

Triadic Colors of #aa44eb

#aa44eb #ebaa44 #44ebaa

Analogous Colors of #aa44eb

#aa44eb #eb44d9 #5744eb

Monochromatic Colors of #aa44eb

#aa44eb

Complementary Color

#aa44eb #85eb44

#aa44eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa44eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa44eb Color CSS Codes

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

#aa44eb Text Font Color

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

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


#aa44eb Background Color

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

This div background color is #aa44eb


#aa44eb Border Color

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

This div border color is #aa44eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa44eb


Comments

No comments written yet.

Please login to write comment.