Color Hex Logo

#aa5bdf Color Hex

#AA5BDF
(170,91,223)
0 Favorites   0 Comments

Color spaces of #aa5bdf

RGB 17091223
HSL0.770.670.62
HSV276°59°87°
CMYK 0.240.590.00   0.13
XYZ33.637921.355972.1612
Yxy21.35590.26450.1680
Hunter Lab46.212449.0578-60.2332
CIE-Lab53.336854.8060-54.8262

#aa5bdf color RGB value is (170,91,223).

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

The process color (four color CMYK) of #aa5bdf color hex is 0.24, 0.59, 0.00, 0.13. Web safe color of #aa5bdf is #9966cc. Color #aa5bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011011 11011111
Octal 252 133 337
Decimal 170 91 223
Hex AA 5B DF

RGB Percentages of Color #aa5bdf

%35.12
%18.80
%46.07

CMYK Percentages of Color #aa5bdf

%24
%59
%0
%13

Triadic Colors of #aa5bdf

#aa5bdf #dfaa5b #5bdfaa

Analogous Colors of #aa5bdf

#aa5bdf #df5bd2 #685bdf

Monochromatic Colors of #aa5bdf

#aa5bdf

Complementary Color

#aa5bdf #90df5b

#aa5bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5bdf Color CSS Codes

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

#aa5bdf Text Font Color

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

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


#aa5bdf Background Color

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

This div background color is #aa5bdf


#aa5bdf Border Color

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

This div border color is #aa5bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5bdf


Comments

No comments written yet.

Please login to write comment.