Color Hex Logo

#aa8cbc Color Hex

#AA8CBC
(170,140,188)
0 Favorites   0 Comments

Color spaces of #aa8cbc

RGB 170140188
HSL0.770.260.64
HSV278°26°74°
CMYK 0.100.260.00   0.26
XYZ35.032730.933151.7012
Yxy30.93310.29770.2629
Hunter Lab55.617515.1040-16.1828
CIE-Lab62.451120.3425-20.7702

#aa8cbc color RGB value is (170,140,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001100 10111100
Octal 252 214 274
Decimal 170 140 188
Hex AA 8C BC

RGB Percentages of Color #aa8cbc

%34.14
%28.11
%37.75

CMYK Percentages of Color #aa8cbc

%10
%26
%0
%26

Triadic Colors of #aa8cbc

#aa8cbc #bcaa8c #8cbcaa

Analogous Colors of #aa8cbc

#aa8cbc #bc8cb6 #928cbc

Monochromatic Colors of #aa8cbc

#aa8cbc

Complementary Color

#aa8cbc #9ebc8c

#aa8cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8cbc Color CSS Codes

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

#aa8cbc Text Font Color

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

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


#aa8cbc Background Color

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

This div background color is #aa8cbc


#aa8cbc Border Color

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

This div border color is #aa8cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8cbc


Comments

No comments written yet.

Please login to write comment.