Color Hex Logo

#aa8fcb Color Hex

#AA8FCB
(170,143,203)
0 Favorites   0 Comments

Color spaces of #aa8fcb

RGB 170143203
HSL0.740.370.68
HSV267°30°80°
CMYK 0.160.300.00   0.20
XYZ37.179532.502860.8140
Yxy32.50280.28490.2491
Hunter Lab57.011216.6380-23.3369
CIE-Lab63.756321.8949-27.1958

#aa8fcb color RGB value is (170,143,203).

#aa8fcb hex color red value is 170, green value is 143 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aa8fcb hue: 0.74 , saturation: 0.37 and the lightness value of aa8fcb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001111 11001011
Octal 252 217 313
Decimal 170 143 203
Hex AA 8F CB

RGB Percentages of Color #aa8fcb

%32.95
%27.71
%39.34

CMYK Percentages of Color #aa8fcb

%16
%30
%0
%20

Triadic Colors of #aa8fcb

#aa8fcb #cbaa8f #8fcbaa

Analogous Colors of #aa8fcb

#aa8fcb #c88fcb #8f92cb

Monochromatic Colors of #aa8fcb

#aa8fcb

Complementary Color

#aa8fcb #b0cb8f

#aa8fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8fcb Color CSS Codes

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

#aa8fcb Text Font Color

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

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


#aa8fcb Background Color

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

This div background color is #aa8fcb


#aa8fcb Border Color

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

This div border color is #aa8fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8fcb


Comments

No comments written yet.

Please login to write comment.