Color Hex Logo

#aa8fca Color Hex

#AA8FCA
(170,143,202)
0 Favorites   0 Comments

Color spaces of #aa8fca

RGB 170143202
HSL0.740.360.68
HSV267°29°79°
CMYK 0.160.290.00   0.21
XYZ37.060732.455260.1883
Yxy32.45520.28570.2502
Hunter Lab56.969516.4241-22.7613
CIE-Lab63.717321.6729-26.6962

#aa8fca color RGB value is (170,143,202).

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

The process color (four color CMYK) of #aa8fca color hex is 0.16, 0.29, 0.00, 0.21. Web safe color of #aa8fca is #9999cc. Color #aa8fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001111 11001010
Octal 252 217 312
Decimal 170 143 202
Hex AA 8F CA

RGB Percentages of Color #aa8fca

%33.01
%27.77
%39.22

CMYK Percentages of Color #aa8fca

%16
%29
%0
%21

Triadic Colors of #aa8fca

#aa8fca #caaa8f #8fcaaa

Analogous Colors of #aa8fca

#aa8fca #c88fca #8f92ca

Monochromatic Colors of #aa8fca

#aa8fca

Complementary Color

#aa8fca #afca8f

#aa8fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8fca Color CSS Codes

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

#aa8fca Text Font Color

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

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


#aa8fca Background Color

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

This div background color is #aa8fca


#aa8fca Border Color

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

This div border color is #aa8fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8fca


Comments

No comments written yet.

Please login to write comment.