Color Hex Logo

#aa1efb Color Hex

#AA1EFB
(170,30,251)
0 Favorites   0 Comments

Color spaces of #aa1efb

RGB 17030251
HSL0.770.970.55
HSV278°88°98°
CMYK 0.320.880.00   0.02
XYZ34.454416.439692.6240
Yxy16.43960.24010.1145
Hunter Lab40.545880.7280-107.0618
CIE-Lab47.546082.6050-79.9416

#aa1efb color RGB value is (170,30,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011110 11111011
Octal 252 36 373
Decimal 170 30 251
Hex AA 1E FB

RGB Percentages of Color #aa1efb

%37.69
%6.65
%55.65

CMYK Percentages of Color #aa1efb

%32
%88
%0
%2

Triadic Colors of #aa1efb

#aa1efb #fbaa1e #1efbaa

Analogous Colors of #aa1efb

#aa1efb #fb1ede #3b1efb

Monochromatic Colors of #aa1efb

#aa1efb

Complementary Color

#aa1efb #6ffb1e

#aa1efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1efb Color CSS Codes

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

#aa1efb Text Font Color

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

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


#aa1efb Background Color

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

This div background color is #aa1efb


#aa1efb Border Color

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

This div border color is #aa1efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1efb


Comments

No comments written yet.

Please login to write comment.