Color Hex Logo

#aa4dcb Color Hex

#AA4DCB
(170,77,203)
0 Favorites   0 Comments

Color spaces of #aa4dcb

RGB 17077203
HSL0.790.550.55
HSV284°62°80°
CMYK 0.160.620.00   0.20
XYZ30.010918.165658.4245
Yxy18.16560.28150.1704
Hunter Lab42.621151.1006-51.4392
CIE-Lab49.696357.2998-49.2510

#aa4dcb color RGB value is (170,77,203).

#aa4dcb hex color red value is 170, green value is 77 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aa4dcb hue: 0.79 , saturation: 0.55 and the lightness value of aa4dcb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001101 11001011
Octal 252 115 313
Decimal 170 77 203
Hex AA 4D CB

RGB Percentages of Color #aa4dcb

%37.78
%17.11
%45.11

CMYK Percentages of Color #aa4dcb

%16
%62
%0
%20

Triadic Colors of #aa4dcb

#aa4dcb #cbaa4d #4dcbaa

Analogous Colors of #aa4dcb

#aa4dcb #cb4dad #6b4dcb

Monochromatic Colors of #aa4dcb

#aa4dcb

Complementary Color

#aa4dcb #6ecb4d

#aa4dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4dcb Color CSS Codes

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

#aa4dcb Text Font Color

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

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


#aa4dcb Background Color

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

This div background color is #aa4dcb


#aa4dcb Border Color

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

This div border color is #aa4dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4dcb


Comments

No comments written yet.

Please login to write comment.