Color Hex Logo

#a688ce Color Hex

#A688CE
(166,136,206)
0 Favorites   0 Comments

Color spaces of #a688ce

RGB 166136206
HSL0.740.420.67
HSV266°34°81°
CMYK 0.190.340.00   0.19
XYZ35.670630.171562.3362
Yxy30.17150.27830.2354
Hunter Lab54.928619.7928-28.8358
CIE-Lab61.801925.3036-31.9283

#a688ce color RGB value is (166,136,206).

#a688ce hex color red value is 166, green value is 136 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a688ce hue: 0.74 , saturation: 0.42 and the lightness value of a688ce is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001000 11001110
Octal 246 210 316
Decimal 166 136 206
Hex A6 88 CE

RGB Percentages of Color #a688ce

%32.68
%26.77
%40.55

CMYK Percentages of Color #a688ce

%19
%34
%0
%19

Triadic Colors of #a688ce

#a688ce #cea688 #88cea6

Analogous Colors of #a688ce

#a688ce #c988ce #888dce

Monochromatic Colors of #a688ce

#a688ce

Complementary Color

#a688ce #b0ce88

#a688ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a688ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a688ce Color CSS Codes

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

#a688ce Text Font Color

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

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


#a688ce Background Color

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

This div background color is #a688ce


#a688ce Border Color

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

This div border color is #a688ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,136,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a688ce


Comments

No comments written yet.

Please login to write comment.