Color Hex Logo

#aa93fb Color Hex

#AA93FB
(170,147,251)
0 Favorites   0 Comments

Color spaces of #aa93fb

RGB 170147251
HSL0.700.930.78
HSV253°41°98°
CMYK 0.320.410.00   0.02
XYZ44.423936.378595.9472
Yxy36.37850.25130.2058
Hunter Lab60.314625.9212-52.0971
CIE-Lab66.808131.0962-48.9709

#aa93fb color RGB value is (170,147,251).

#aa93fb hex color red value is 170, green value is 147 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #aa93fb hue: 0.70 , saturation: 0.93 and the lightness value of aa93fb is 0.78.

The process color (four color CMYK) of #aa93fb color hex is 0.32, 0.41, 0.00, 0.02. Web safe color of #aa93fb is #9999ff. Color #aa93fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010011 11111011
Octal 252 223 373
Decimal 170 147 251
Hex AA 93 FB

RGB Percentages of Color #aa93fb

%29.93
%25.88
%44.19

CMYK Percentages of Color #aa93fb

%32
%41
%0
%2

Triadic Colors of #aa93fb

#aa93fb #fbaa93 #93fbaa

Analogous Colors of #aa93fb

#aa93fb #de93fb #93b0fb

Monochromatic Colors of #aa93fb

#aa93fb

Complementary Color

#aa93fb #e4fb93

#aa93fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa93fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa93fb Color CSS Codes

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

#aa93fb Text Font Color

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

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


#aa93fb Background Color

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

This div background color is #aa93fb


#aa93fb Border Color

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

This div border color is #aa93fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa93fb


Comments

No comments written yet.

Please login to write comment.