Color Hex Logo

#aa89cb Color Hex

#AA89CB
(170,137,203)
0 Favorites   0 Comments

Color spaces of #aa89cb

RGB 170137203
HSL0.750.390.67
HSV270°33°80°
CMYK 0.160.330.00   0.20
XYZ36.302730.749260.5217
Yxy30.74920.28460.2410
Hunter Lab55.452019.8175-25.8943
CIE-Lab62.295325.2946-29.4504

#aa89cb color RGB value is (170,137,203).

#aa89cb hex color red value is 170, green value is 137 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aa89cb hue: 0.75 , saturation: 0.39 and the lightness value of aa89cb is 0.67.

The process color (four color CMYK) of #aa89cb color hex is 0.16, 0.33, 0.00, 0.20. Web safe color of #aa89cb is #9999cc. Color #aa89cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001001 11001011
Octal 252 211 313
Decimal 170 137 203
Hex AA 89 CB

RGB Percentages of Color #aa89cb

%33.33
%26.86
%39.80

CMYK Percentages of Color #aa89cb

%16
%33
%0
%20

Triadic Colors of #aa89cb

#aa89cb #cbaa89 #89cbaa

Analogous Colors of #aa89cb

#aa89cb #cb89cb #8989cb

Monochromatic Colors of #aa89cb

#aa89cb

Complementary Color

#aa89cb #aacb89

#aa89cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa89cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa89cb Color CSS Codes

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

#aa89cb Text Font Color

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

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


#aa89cb Background Color

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

This div background color is #aa89cb


#aa89cb Border Color

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

This div border color is #aa89cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa89cb


Comments

No comments written yet.

Please login to write comment.