Color Hex Logo

#aa1ffb Color Hex

#AA1FFB
(170,31,251)
0 Favorites   0 Comments

Color spaces of #aa1ffb

RGB 17031251
HSL0.770.960.55
HSV278°88°98°
CMYK 0.320.880.00   0.02
XYZ34.480116.491192.6326
Yxy16.49110.24010.1148
Hunter Lab40.609280.4929-106.8183
CIE-Lab47.612382.4079-79.8332

#aa1ffb color RGB value is (170,31,251).

#aa1ffb hex color red value is 170, green value is 31 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #aa1ffb hue: 0.77 , saturation: 0.96 and the lightness value of aa1ffb is 0.55.

The process color (four color CMYK) of #aa1ffb color hex is 0.32, 0.88, 0.00, 0.02. Web safe color of #aa1ffb is #9933ff. Color #aa1ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011111 11111011
Octal 252 37 373
Decimal 170 31 251
Hex AA 1F FB

RGB Percentages of Color #aa1ffb

%37.61
%6.86
%55.53

CMYK Percentages of Color #aa1ffb

%32
%88
%0
%2

Triadic Colors of #aa1ffb

#aa1ffb #fbaa1f #1ffbaa

Analogous Colors of #aa1ffb

#aa1ffb #fb1fde #3c1ffb

Monochromatic Colors of #aa1ffb

#aa1ffb

Complementary Color

#aa1ffb #70fb1f

#aa1ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1ffb Color CSS Codes

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

#aa1ffb Text Font Color

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

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


#aa1ffb Background Color

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

This div background color is #aa1ffb


#aa1ffb Border Color

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

This div border color is #aa1ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1ffb


Comments

No comments written yet.

Please login to write comment.