color codes Logo

#aa5bfb color codes

#AA5BFB
(170,91,251)
0 Favorites   0 Comments

Color spaces of #aa5bfb

RGB 17091251
HSL0.750.950.67
HSV270°64°98°
CMYK 0.320.640.00   0.02
XYZ37.731222.993393.7163
Yxy22.99330.24430.1489
Hunter Lab47.951356.5405-82.3107
CIE-Lab55.065461.1553-67.7192

#aa5bfb color RGB value is (170,91,251).

#aa5bfb hex color red value is 170, green value is 91 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #aa5bfb hue: 0.75 , saturation: 0.95 and the lightness value of aa5bfb is 0.67.

The process color (four color CMYK) of #aa5bfb color code is 0.32, 0.64, 0.00, 0.02. Web safe color of #aa5bfb is #9966ff. Color #aa5bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011011 11111011
Octal 252 133 373
Decimal 170 91 251
Hex AA 5B FB

RGB Percentages of Color #aa5bfb

%33.20
%17.77
%49.02

CMYK Percentages of Color #aa5bfb

%32
%64
%0
%2

Triadic Colors of #aa5bfb

#aa5bfb #fbaa5b #5bfbaa

Analogous Colors of #aa5bfb

#aa5bfb #fa5bfb #5b5cfb

Monochromatic Colors of #aa5bfb

#aa5bfb

Complementary Color

#aa5bfb #acfb5b

#aa5bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5bfb Color CSS Codes

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

#aa5bfb Text Font Color

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

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


#aa5bfb Background Color

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

This div background color is #aa5bfb


#aa5bfb Border Color

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

This div border color is #aa5bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.