Color Hex Logo

#aa4ebc Color Hex

#AA4EBC
(170,78,188)
0 Favorites   0 Comments

Color spaces of #aa4ebc

RGB 17078188
HSL0.810.450.52
HSV290°59°74°
CMYK 0.100.590.00   0.26
XYZ28.379117.625749.4833
Yxy17.62570.29720.1846
Hunter Lab41.983047.1899-40.4942
CIE-Lab49.038953.8471-41.6308

#aa4ebc color RGB value is (170,78,188).

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

The process color (four color CMYK) of #aa4ebc color hex is 0.10, 0.59, 0.00, 0.26. Web safe color of #aa4ebc is #9966cc. Color #aa4ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001110 10111100
Octal 252 116 274
Decimal 170 78 188
Hex AA 4E BC

RGB Percentages of Color #aa4ebc

%38.99
%17.89
%43.12

CMYK Percentages of Color #aa4ebc

%10
%59
%0
%26

Triadic Colors of #aa4ebc

#aa4ebc #bcaa4e #4ebcaa

Analogous Colors of #aa4ebc

#aa4ebc #bc4e97 #734ebc

Monochromatic Colors of #aa4ebc

#aa4ebc

Complementary Color

#aa4ebc #60bc4e

#aa4ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4ebc Color CSS Codes

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

#aa4ebc Text Font Color

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

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


#aa4ebc Background Color

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

This div background color is #aa4ebc


#aa4ebc Border Color

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

This div border color is #aa4ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4ebc


Comments

No comments written yet.

Please login to write comment.