color codes Logo

#aa76cb color codes

#AA76CB
(170,118,203)
0 Favorites   0 Comments

Color spaces of #aa76cb

RGB 170118203
HSL0.770.450.63
HSV277°42°80°
CMYK 0.160.420.00   0.20
XYZ33.835525.814759.6993
Yxy25.81470.28350.2163
Hunter Lab50.808229.9571-34.0997
CIE-Lab57.860735.9975-36.3480

#aa76cb color RGB value is (170,118,203).

#aa76cb hex color red value is 170, green value is 118 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aa76cb hue: 0.77 , saturation: 0.45 and the lightness value of aa76cb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110110 11001011
Octal 252 166 313
Decimal 170 118 203
Hex AA 76 CB

RGB Percentages of Color #aa76cb

%34.62
%24.03
%41.34

CMYK Percentages of Color #aa76cb

%16
%42
%0
%20

Triadic Colors of #aa76cb

#aa76cb #cbaa76 #76cbaa

Analogous Colors of #aa76cb

#aa76cb #cb76c2 #8076cb

Monochromatic Colors of #aa76cb

#aa76cb

Complementary Color

#aa76cb #97cb76

#aa76cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa76cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa76cb Color CSS Codes

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

#aa76cb Text Font Color

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

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


#aa76cb Background Color

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

This div background color is #aa76cb


#aa76cb Border Color

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

This div border color is #aa76cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa76cb


Comments

No comments written yet.

Please login to write comment.