Color Hex Logo

#aa6fec Color Hex

#AA6FEC
(170,111,236)
0 Favorites   0 Comments

Color spaces of #aa6fec

RGB 170111236
HSL0.750.770.68
HSV268°53°93°
CMYK 0.280.530.00   0.07
XYZ37.402325.971182.3985
Yxy25.97110.25660.1782
Hunter Lab50.961841.8228-60.1907
CIE-Lab58.009647.3941-54.6537

#aa6fec color RGB value is (170,111,236).

#aa6fec hex color red value is 170, green value is 111 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #aa6fec hue: 0.75 , saturation: 0.77 and the lightness value of aa6fec is 0.68.

The process color (four color CMYK) of #aa6fec color hex is 0.28, 0.53, 0.00, 0.07. Web safe color of #aa6fec is #9966ff. Color #aa6fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101111 11101100
Octal 252 157 354
Decimal 170 111 236
Hex AA 6F EC

RGB Percentages of Color #aa6fec

%32.88
%21.47
%45.65

CMYK Percentages of Color #aa6fec

%28
%53
%0
%7

Triadic Colors of #aa6fec

#aa6fec #ecaa6f #6fecaa

Analogous Colors of #aa6fec

#aa6fec #e96fec #6f73ec

Monochromatic Colors of #aa6fec

#aa6fec

Complementary Color

#aa6fec #b1ec6f

#aa6fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6fec Color CSS Codes

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

#aa6fec Text Font Color

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

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


#aa6fec Background Color

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

This div background color is #aa6fec


#aa6fec Border Color

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

This div border color is #aa6fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6fec


Comments

No comments written yet.

Please login to write comment.