color codes Logo

#aa2fef color codes

#AA2FEF
(170,47,239)
0 Favorites   0 Comments

Color spaces of #aa2fef

RGB 17047239
HSL0.770.860.56
HSV278°80°94°
CMYK 0.290.800.00   0.06
XYZ33.174116.811183.1577
Yxy16.81110.24920.1263
Hunter Lab41.001372.6716-91.5493
CIE-Lab48.021176.0854-72.4333

#aa2fef color RGB value is (170,47,239).

#aa2fef hex color red value is 170, green value is 47 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aa2fef hue: 0.77 , saturation: 0.86 and the lightness value of aa2fef is 0.56.

The process color (four color CMYK) of #aa2fef color code is 0.29, 0.80, 0.00, 0.06. Web safe color of #aa2fef is #9933ff. Color #aa2fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101111 11101111
Octal 252 57 357
Decimal 170 47 239
Hex AA 2F EF

RGB Percentages of Color #aa2fef

%37.28
%10.31
%52.41

CMYK Percentages of Color #aa2fef

%29
%80
%0
%6

Triadic Colors of #aa2fef

#aa2fef #efaa2f #2fefaa

Analogous Colors of #aa2fef

#aa2fef #ef2fd4 #4a2fef

Monochromatic Colors of #aa2fef

#aa2fef

Complementary Color

#aa2fef #74ef2f

#aa2fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2fef Color CSS Codes

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

#aa2fef Text Font Color

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

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


#aa2fef Background Color

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

This div background color is #aa2fef


#aa2fef Border Color

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

This div border color is #aa2fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2fef


Comments

No comments written yet.

Please login to write comment.