Color Hex Logo

#aa5fcb Color Hex

#AA5FCB
(170,95,203)
0 Favorites   0 Comments

Color spaces of #aa5fcb

RGB 17095203
HSL0.780.510.58
HSV282°53°80°
CMYK 0.160.530.00   0.20
XYZ31.449321.042358.9039
Yxy21.04230.28230.1889
Hunter Lab45.871942.1020-44.0237
CIE-Lab52.995848.4331-44.0057

#aa5fcb color RGB value is (170,95,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011111 11001011
Octal 252 137 313
Decimal 170 95 203
Hex AA 5F CB

RGB Percentages of Color #aa5fcb

%36.32
%20.30
%43.38

CMYK Percentages of Color #aa5fcb

%16
%53
%0
%20

Triadic Colors of #aa5fcb

#aa5fcb #cbaa5f #5fcbaa

Analogous Colors of #aa5fcb

#aa5fcb #cb5fb6 #745fcb

Monochromatic Colors of #aa5fcb

#aa5fcb

Complementary Color

#aa5fcb #80cb5f

#aa5fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5fcb Color CSS Codes

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

#aa5fcb Text Font Color

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

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


#aa5fcb Background Color

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

This div background color is #aa5fcb


#aa5fcb Border Color

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

This div border color is #aa5fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5fcb


Comments

No comments written yet.

Please login to write comment.