Color Hex Logo

#a685dd Color Hex

#A685DD
(166,133,221)
0 Favorites   0 Comments

Color spaces of #a685dd

RGB 166133221
HSL0.730.560.69
HSV263°40°87°
CMYK 0.250.400.00   0.13
XYZ37.164630.102572.2582
Yxy30.10250.26640.2157
Hunter Lab54.865724.8961-39.6789
CIE-Lab61.742630.5259-40.4117

#a685dd color RGB value is (166,133,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000101 11011101
Octal 246 205 335
Decimal 166 133 221
Hex A6 85 DD

RGB Percentages of Color #a685dd

%31.92
%25.58
%42.50

CMYK Percentages of Color #a685dd

%25
%40
%0
%13

Triadic Colors of #a685dd

#a685dd #dda685 #85dda6

Analogous Colors of #a685dd

#a685dd #d285dd #8590dd

Monochromatic Colors of #a685dd

#a685dd

Complementary Color

#a685dd #bcdd85

#a685dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a685dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a685dd Color CSS Codes

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

#a685dd Text Font Color

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

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


#a685dd Background Color

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

This div background color is #a685dd


#a685dd Border Color

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

This div border color is #a685dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a685dd


Comments

No comments written yet.

Please login to write comment.