Color Hex Logo

#a886ca Color Hex

#A886CA
(168,134,202)
0 Favorites   0 Comments

Color spaces of #a886ca

RGB 168134202
HSL0.750.390.66
HSV270°34°79°
CMYK 0.170.340.00   0.21
XYZ35.334229.639359.7358
Yxy29.63930.28330.2377
Hunter Lab54.442020.5774-26.9458
CIE-Lab61.341726.1498-30.3796

#a886ca color RGB value is (168,134,202).

#a886ca hex color red value is 168, green value is 134 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a886ca hue: 0.75 , saturation: 0.39 and the lightness value of a886ca is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000110 11001010
Octal 250 206 312
Decimal 168 134 202
Hex A8 86 CA

RGB Percentages of Color #a886ca

%33.33
%26.59
%40.08

CMYK Percentages of Color #a886ca

%17
%34
%0
%21

Triadic Colors of #a886ca

#a886ca #caa886 #86caa8

Analogous Colors of #a886ca

#a886ca #ca86ca #8686ca

Monochromatic Colors of #a886ca

#a886ca

Complementary Color

#a886ca #a8ca86

#a886ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a886ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a886ca Color CSS Codes

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

#a886ca Text Font Color

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

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


#a886ca Background Color

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

This div background color is #a886ca


#a886ca Border Color

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

This div border color is #a886ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a886ca


Comments

No comments written yet.

Please login to write comment.