Color Hex Logo

#aa3fec Color Hex

#AA3FEC
(170,63,236)
0 Favorites   0 Comments

Color spaces of #aa3fec

RGB 17063236
HSL0.770.820.59
HSV277°73°93°
CMYK 0.280.730.00   0.07
XYZ33.495418.157281.0962
Yxy18.15720.25230.1368
Hunter Lab42.611365.7436-83.0107
CIE-Lab49.686270.0412-68.0391

#aa3fec color RGB value is (170,63,236).

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

The process color (four color CMYK) of #aa3fec color hex is 0.28, 0.73, 0.00, 0.07. Web safe color of #aa3fec is #9933ff. Color #aa3fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111111 11101100
Octal 252 77 354
Decimal 170 63 236
Hex AA 3F EC

RGB Percentages of Color #aa3fec

%36.25
%13.43
%50.32

CMYK Percentages of Color #aa3fec

%28
%73
%0
%7

Triadic Colors of #aa3fec

#aa3fec #ecaa3f #3fecaa

Analogous Colors of #aa3fec

#aa3fec #ec3fd8 #533fec

Monochromatic Colors of #aa3fec

#aa3fec

Complementary Color

#aa3fec #81ec3f

#aa3fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3fec Color CSS Codes

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

#aa3fec Text Font Color

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

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


#aa3fec Background Color

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

This div background color is #aa3fec


#aa3fec Border Color

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

This div border color is #aa3fec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,63,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 #aa3fec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3fec


Comments

No comments written yet.

Please login to write comment.