Color Hex Logo

#a688ca Color Hex

#A688CA
(166,136,202)
0 Favorites   0 Comments

Color spaces of #a688ca

RGB 166136202
HSL0.740.380.66
HSV267°33°79°
CMYK 0.180.330.00   0.21
XYZ35.190729.979659.8090
Yxy29.97960.28160.2399
Hunter Lab54.753618.9049-26.4367
CIE-Lab61.636624.3914-29.9381

#a688ca color RGB value is (166,136,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001000 11001010
Octal 246 210 312
Decimal 166 136 202
Hex A6 88 CA

RGB Percentages of Color #a688ca

%32.94
%26.98
%40.08

CMYK Percentages of Color #a688ca

%18
%33
%0
%21

Triadic Colors of #a688ca

#a688ca #caa688 #88caa6

Analogous Colors of #a688ca

#a688ca #c788ca #888bca

Monochromatic Colors of #a688ca

#a688ca

Complementary Color

#a688ca #acca88

#a688ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a688ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a688ca Color CSS Codes

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

#a688ca Text Font Color

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

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


#a688ca Background Color

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

This div background color is #a688ca


#a688ca Border Color

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

This div border color is #a688ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a688ca


Comments

No comments written yet.

Please login to write comment.