color codes Logo

#aa7dcb color codes

#AA7DCB
(170,125,203)
0 Favorites   0 Comments

Color spaces of #aa7dcb

RGB 170125203
HSL0.760.430.64
HSV275°38°80°
CMYK 0.160.380.00   0.20
XYZ34.690727.525159.9844
Yxy27.52510.28390.2252
Hunter Lab52.464426.2158-31.0633
CIE-Lab59.457232.0767-33.8556

#aa7dcb color RGB value is (170,125,203).

#aa7dcb hex color red value is 170, green value is 125 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aa7dcb hue: 0.76 , saturation: 0.43 and the lightness value of aa7dcb is 0.64.

The process color (four color CMYK) of #aa7dcb color code is 0.16, 0.38, 0.00, 0.20. Web safe color of #aa7dcb is #9966cc. Color #aa7dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111101 11001011
Octal 252 175 313
Decimal 170 125 203
Hex AA 7D CB

RGB Percentages of Color #aa7dcb

%34.14
%25.10
%40.76

CMYK Percentages of Color #aa7dcb

%16
%38
%0
%20

Triadic Colors of #aa7dcb

#aa7dcb #cbaa7d #7dcbaa

Analogous Colors of #aa7dcb

#aa7dcb #cb7dc5 #837dcb

Monochromatic Colors of #aa7dcb

#aa7dcb

Complementary Color

#aa7dcb #9ecb7d

#aa7dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7dcb Color CSS Codes

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

#aa7dcb Text Font Color

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

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


#aa7dcb Background Color

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

This div background color is #aa7dcb


#aa7dcb Border Color

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

This div border color is #aa7dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7dcb


Comments

No comments written yet.

Please login to write comment.