Color Hex Logo

#aa94e1 Color Hex

#AA94E1
(170,148,225)
0 Favorites   0 Comments

Color spaces of #aa94e1

RGB 170148225
HSL0.710.560.73
HSV257°34°88°
CMYK 0.240.340.00   0.12
XYZ40.758135.162175.8729
Yxy35.16210.26850.2316
Hunter Lab59.297618.9207-34.3548
CIE-Lab65.874724.1386-36.1491

#aa94e1 color RGB value is (170,148,225).

#aa94e1 hex color red value is 170, green value is 148 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #aa94e1 hue: 0.71 , saturation: 0.56 and the lightness value of aa94e1 is 0.73.

The process color (four color CMYK) of #aa94e1 color hex is 0.24, 0.34, 0.00, 0.12. Web safe color of #aa94e1 is #9999cc. Color #aa94e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010100 11100001
Octal 252 224 341
Decimal 170 148 225
Hex AA 94 E1

RGB Percentages of Color #aa94e1

%31.31
%27.26
%41.44

CMYK Percentages of Color #aa94e1

%24
%34
%0
%12

Triadic Colors of #aa94e1

#aa94e1 #e1aa94 #94e1aa

Analogous Colors of #aa94e1

#aa94e1 #d194e1 #94a5e1

Monochromatic Colors of #aa94e1

#aa94e1

Complementary Color

#aa94e1 #cbe194

#aa94e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa94e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa94e1 Color CSS Codes

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

#aa94e1 Text Font Color

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

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


#aa94e1 Background Color

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

This div background color is #aa94e1


#aa94e1 Border Color

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

This div border color is #aa94e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa94e1


Comments

No comments written yet.

Please login to write comment.