Color Hex Logo

#aa88bc Color Hex

#AA88BC
(170,136,188)
0 Favorites   0 Comments

Color spaces of #aa88bc

RGB 170136188
HSL0.780.280.64
HSV279°28°74°
CMYK 0.100.280.00   0.26
XYZ34.458829.785251.5099
Yxy29.78520.29770.2573
Hunter Lab54.575817.1960-17.7562
CIE-Lab61.468422.6098-22.2718

#aa88bc color RGB value is (170,136,188).

#aa88bc hex color red value is 170, green value is 136 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aa88bc hue: 0.78 , saturation: 0.28 and the lightness value of aa88bc is 0.64.

The process color (four color CMYK) of #aa88bc color hex is 0.10, 0.28, 0.00, 0.26. Web safe color of #aa88bc is #9999cc. Color #aa88bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001000 10111100
Octal 252 210 274
Decimal 170 136 188
Hex AA 88 BC

RGB Percentages of Color #aa88bc

%34.41
%27.53
%38.06

CMYK Percentages of Color #aa88bc

%10
%28
%0
%26

Triadic Colors of #aa88bc

#aa88bc #bcaa88 #88bcaa

Analogous Colors of #aa88bc

#aa88bc #bc88b4 #9088bc

Monochromatic Colors of #aa88bc

#aa88bc

Complementary Color

#aa88bc #9abc88

#aa88bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa88bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa88bc Color CSS Codes

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

#aa88bc Text Font Color

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

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


#aa88bc Background Color

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

This div background color is #aa88bc


#aa88bc Border Color

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

This div border color is #aa88bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,136,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aa88bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa88bc


Comments

No comments written yet.

Please login to write comment.