Color Hex Logo

#a685dc Color Hex

#A685DC
(166,133,220)
0 Favorites   0 Comments

Color spaces of #a685dc

RGB 166133220
HSL0.730.550.69
HSV263°40°86°
CMYK 0.250.400.00   0.14
XYZ37.031730.049471.5585
Yxy30.04940.26710.2167
Hunter Lab54.817324.6549-39.0250
CIE-Lab61.696830.2867-39.9256

#a685dc color RGB value is (166,133,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000101 11011100
Octal 246 205 334
Decimal 166 133 220
Hex A6 85 DC

RGB Percentages of Color #a685dc

%31.98
%25.63
%42.39

CMYK Percentages of Color #a685dc

%25
%40
%0
%14

Triadic Colors of #a685dc

#a685dc #dca685 #85dca6

Analogous Colors of #a685dc

#a685dc #d285dc #8590dc

Monochromatic Colors of #a685dc

#a685dc

Complementary Color

#a685dc #bbdc85

#a685dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a685dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a685dc Color CSS Codes

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

#a685dc Text Font Color

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

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


#a685dc Background Color

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

This div background color is #a685dc


#a685dc Border Color

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

This div border color is #a685dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a685dc


Comments

No comments written yet.

Please login to write comment.