Color Hex Logo

#a88aca Color Hex

#A88ACA
(168,138,202)
0 Favorites   0 Comments

Color spaces of #a88aca

RGB 168138202
HSL0.740.380.67
HSV268°32°79°
CMYK 0.170.320.00   0.21
XYZ35.897630.766159.9235
Yxy30.76610.28360.2430
Hunter Lab55.467218.4551-25.2264
CIE-Lab62.309723.8784-28.8821

#a88aca color RGB value is (168,138,202).

#a88aca hex color red value is 168, green value is 138 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a88aca hue: 0.74 , saturation: 0.38 and the lightness value of a88aca is 0.67.

The process color (four color CMYK) of #a88aca color hex is 0.17, 0.32, 0.00, 0.21. Web safe color of #a88aca is #9999cc. Color #a88aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001010 11001010
Octal 250 212 312
Decimal 168 138 202
Hex A8 8A CA

RGB Percentages of Color #a88aca

%33.07
%27.17
%39.76

CMYK Percentages of Color #a88aca

%17
%32
%0
%21

Triadic Colors of #a88aca

#a88aca #caa88a #8acaa8

Analogous Colors of #a88aca

#a88aca #c88aca #8a8cca

Monochromatic Colors of #a88aca

#a88aca

Complementary Color

#a88aca #acca8a

#a88aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88aca Color CSS Codes

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

#a88aca Text Font Color

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

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


#a88aca Background Color

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

This div background color is #a88aca


#a88aca Border Color

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

This div border color is #a88aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88aca


Comments

No comments written yet.

Please login to write comment.