Color Hex Logo

#a689dc Color Hex

#A689DC
(166,137,220)
0 Favorites   0 Comments

Color spaces of #a689dc

RGB 166137220
HSL0.720.540.70
HSV261°38°86°
CMYK 0.250.380.00   0.14
XYZ37.589831.165671.7445
Yxy31.16560.26750.2218
Hunter Lab55.826222.4948-37.1177
CIE-Lab62.647228.0158-38.4376

#a689dc color RGB value is (166,137,220).

#a689dc hex color red value is 166, green value is 137 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a689dc hue: 0.72 , saturation: 0.54 and the lightness value of a689dc is 0.70.

The process color (four color CMYK) of #a689dc color hex is 0.25, 0.38, 0.00, 0.14. Web safe color of #a689dc is #9999cc. Color #a689dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001001 11011100
Octal 246 211 334
Decimal 166 137 220
Hex A6 89 DC

RGB Percentages of Color #a689dc

%31.74
%26.20
%42.07

CMYK Percentages of Color #a689dc

%25
%38
%0
%14

Triadic Colors of #a689dc

#a689dc #dca689 #89dca6

Analogous Colors of #a689dc

#a689dc #d089dc #8996dc

Monochromatic Colors of #a689dc

#a689dc

Complementary Color

#a689dc #bfdc89

#a689dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a689dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a689dc Color CSS Codes

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

#a689dc Text Font Color

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

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


#a689dc Background Color

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

This div background color is #a689dc


#a689dc Border Color

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

This div border color is #a689dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a689dc

#a689dc Color Palettes


Comments

No comments written yet.

Please login to write comment.