Color Hex Logo

#aa43eb Color Hex

#AA43EB
(170,67,235)
0 Favorites   0 Comments

Color spaces of #aa43eb

RGB 17067235
HSL0.770.810.59
HSV277°71°92°
CMYK 0.280.710.00   0.08
XYZ33.580118.558580.4095
Yxy18.55850.25330.1400
Hunter Lab43.079663.7497-80.5111
CIE-Lab50.166668.2679-66.6977

#aa43eb color RGB value is (170,67,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000011 11101011
Octal 252 103 353
Decimal 170 67 235
Hex AA 43 EB

RGB Percentages of Color #aa43eb

%36.02
%14.19
%49.79

CMYK Percentages of Color #aa43eb

%28
%71
%0
%8

Triadic Colors of #aa43eb

#aa43eb #ebaa43 #43ebaa

Analogous Colors of #aa43eb

#aa43eb #eb43d8 #5643eb

Monochromatic Colors of #aa43eb

#aa43eb

Complementary Color

#aa43eb #84eb43

#aa43eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa43eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa43eb Color CSS Codes

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

#aa43eb Text Font Color

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

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


#aa43eb Background Color

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

This div background color is #aa43eb


#aa43eb Border Color

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

This div border color is #aa43eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa43eb


Comments

No comments written yet.

Please login to write comment.