Color Hex Logo

#aa80cb Color Hex

#AA80CB
(170,128,203)
0 Favorites   0 Comments

Color spaces of #aa80cb

RGB 170128203
HSL0.760.420.65
HSV274°37°80°
CMYK 0.160.370.00   0.20
XYZ35.076228.296260.1129
Yxy28.29620.28410.2291
Hunter Lab53.194224.6130-29.7657
CIE-Lab60.155430.3862-32.7689

#aa80cb color RGB value is (170,128,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000000 11001011
Octal 252 200 313
Decimal 170 128 203
Hex AA 80 CB

RGB Percentages of Color #aa80cb

%33.93
%25.55
%40.52

CMYK Percentages of Color #aa80cb

%16
%37
%0
%20

Triadic Colors of #aa80cb

#aa80cb #cbaa80 #80cbaa

Analogous Colors of #aa80cb

#aa80cb #cb80c7 #8580cb

Monochromatic Colors of #aa80cb

#aa80cb

Complementary Color

#aa80cb #a1cb80

#aa80cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa80cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa80cb Color CSS Codes

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

#aa80cb Text Font Color

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

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


#aa80cb Background Color

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

This div background color is #aa80cb


#aa80cb Border Color

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

This div border color is #aa80cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa80cb


Comments

No comments written yet.

Please login to write comment.