Color Hex Logo

#a686cb Color Hex

#A686CB
(166,134,203)
0 Favorites   0 Comments

Color spaces of #a686cb

RGB 166134203
HSL0.740.400.66
HSV268°34°80°
CMYK 0.180.340.00   0.20
XYZ35.030529.469060.3417
Yxy29.46900.28060.2361
Hunter Lab54.285420.1872-27.9049
CIE-Lab61.193325.7565-31.1872

#a686cb color RGB value is (166,134,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000110 11001011
Octal 246 206 313
Decimal 166 134 203
Hex A6 86 CB

RGB Percentages of Color #a686cb

%33.00
%26.64
%40.36

CMYK Percentages of Color #a686cb

%18
%34
%0
%20

Triadic Colors of #a686cb

#a686cb #cba686 #86cba6

Analogous Colors of #a686cb

#a686cb #c986cb #8689cb

Monochromatic Colors of #a686cb

#a686cb

Complementary Color

#a686cb #abcb86

#a686cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a686cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a686cb Color CSS Codes

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

#a686cb Text Font Color

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

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


#a686cb Background Color

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

This div background color is #a686cb


#a686cb Border Color

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

This div border color is #a686cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a686cb


Comments

No comments written yet.

Please login to write comment.