Color Hex Logo

#a688da Color Hex

#A688DA
(166,136,218)
0 Favorites   0 Comments

Color spaces of #a688da

RGB 166136218
HSL0.730.530.69
HSV262°38°85°
CMYK 0.240.380.00   0.15
XYZ37.184930.777370.3104
Yxy30.77730.26890.2226
Hunter Lab55.477322.5584-36.3084
CIE-Lab62.319228.1070-37.8357

#a688da color RGB value is (166,136,218).

#a688da hex color red value is 166, green value is 136 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a688da hue: 0.73 , saturation: 0.53 and the lightness value of a688da is 0.69.

The process color (four color CMYK) of #a688da color hex is 0.24, 0.38, 0.00, 0.15. Web safe color of #a688da is #9999cc. Color #a688da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001000 11011010
Octal 246 210 332
Decimal 166 136 218
Hex A6 88 DA

RGB Percentages of Color #a688da

%31.92
%26.15
%41.92

CMYK Percentages of Color #a688da

%24
%38
%0
%15

Triadic Colors of #a688da

#a688da #daa688 #88daa6

Analogous Colors of #a688da

#a688da #cf88da #8893da

Monochromatic Colors of #a688da

#a688da

Complementary Color

#a688da #bcda88

#a688da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a688da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a688da Color CSS Codes

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

#a688da Text Font Color

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

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


#a688da Background Color

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

This div background color is #a688da


#a688da Border Color

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

This div border color is #a688da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a688da


Comments

No comments written yet.

Please login to write comment.