Color Hex Logo

#aa5dcb Color Hex

#AA5DCB
(170,93,203)
0 Favorites   0 Comments

Color spaces of #aa5dcb

RGB 17093203
HSL0.780.510.58
HSV282°54°80°
CMYK 0.160.540.00   0.20
XYZ31.271420.686558.8446
Yxy20.68650.28220.1867
Hunter Lab45.482443.1333-44.8710
CIE-Lab52.604749.4655-44.6253

#aa5dcb color RGB value is (170,93,203).

#aa5dcb hex color red value is 170, green value is 93 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aa5dcb hue: 0.78 , saturation: 0.51 and the lightness value of aa5dcb is 0.58.

The process color (four color CMYK) of #aa5dcb color hex is 0.16, 0.54, 0.00, 0.20. Web safe color of #aa5dcb is #9966cc. Color #aa5dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011101 11001011
Octal 252 135 313
Decimal 170 93 203
Hex AA 5D CB

RGB Percentages of Color #aa5dcb

%36.48
%19.96
%43.56

CMYK Percentages of Color #aa5dcb

%16
%54
%0
%20

Triadic Colors of #aa5dcb

#aa5dcb #cbaa5d #5dcbaa

Analogous Colors of #aa5dcb

#aa5dcb #cb5db5 #735dcb

Monochromatic Colors of #aa5dcb

#aa5dcb

Complementary Color

#aa5dcb #7ecb5d

#aa5dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5dcb Color CSS Codes

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

#aa5dcb Text Font Color

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

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


#aa5dcb Background Color

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

This div background color is #aa5dcb


#aa5dcb Border Color

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

This div border color is #aa5dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5dcb


Comments

No comments written yet.

Please login to write comment.