Color Hex Logo

#a686ca Color Hex

#A686CA
(166,134,202)
0 Favorites   0 Comments

Color spaces of #a686ca

RGB 166134202
HSL0.750.390.66
HSV268°34°79°
CMYK 0.180.340.00   0.21
XYZ34.911729.421559.7160
Yxy29.42150.28140.2372
Hunter Lab54.241619.9658-27.3048
CIE-Lab61.151825.5296-30.6890

#a686ca color RGB value is (166,134,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000110 11001010
Octal 246 206 312
Decimal 166 134 202
Hex A6 86 CA

RGB Percentages of Color #a686ca

%33.07
%26.69
%40.24

CMYK Percentages of Color #a686ca

%18
%34
%0
%21

Triadic Colors of #a686ca

#a686ca #caa686 #86caa6

Analogous Colors of #a686ca

#a686ca #c886ca #8688ca

Monochromatic Colors of #a686ca

#a686ca

Complementary Color

#a686ca #aaca86

#a686ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a686ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a686ca Color CSS Codes

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

#a686ca Text Font Color

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

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


#a686ca Background Color

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

This div background color is #a686ca


#a686ca Border Color

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

This div border color is #a686ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a686ca


Comments

No comments written yet.

Please login to write comment.