Color Hex Logo

#aa4eba Color Hex

#AA4EBA
(170,78,186)
0 Favorites   0 Comments

Color spaces of #aa4eba

RGB 17078186
HSL0.810.440.52
HSV291°58°73°
CMYK 0.090.580.00   0.27
XYZ28.164917.540048.3555
Yxy17.54000.29940.1865
Hunter Lab41.880846.7502-39.1396
CIE-Lab48.933453.4593-40.6357

#aa4eba color RGB value is (170,78,186).

#aa4eba hex color red value is 170, green value is 78 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aa4eba hue: 0.81 , saturation: 0.44 and the lightness value of aa4eba is 0.52.

The process color (four color CMYK) of #aa4eba color hex is 0.09, 0.58, 0.00, 0.27. Web safe color of #aa4eba is #9966cc. Color #aa4eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001110 10111010
Octal 252 116 272
Decimal 170 78 186
Hex AA 4E BA

RGB Percentages of Color #aa4eba

%39.17
%17.97
%42.86

CMYK Percentages of Color #aa4eba

%9
%58
%0
%27

Triadic Colors of #aa4eba

#aa4eba #baaa4e #4ebaaa

Analogous Colors of #aa4eba

#aa4eba #ba4e94 #744eba

Monochromatic Colors of #aa4eba

#aa4eba

Complementary Color

#aa4eba #5eba4e

#aa4eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4eba Color CSS Codes

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

#aa4eba Text Font Color

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

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


#aa4eba Background Color

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

This div background color is #aa4eba


#aa4eba Border Color

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

This div border color is #aa4eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4eba


Comments

No comments written yet.

Please login to write comment.