Color Hex Logo

#a886dd Color Hex

#A886DD
(168,134,221)
0 Favorites   0 Comments

Color spaces of #a886dd

RGB 168134221
HSL0.730.560.70
HSV263°39°87°
CMYK 0.240.390.00   0.13
XYZ37.724730.595572.3238
Yxy30.59550.26820.2175
Hunter Lab55.313224.9424-38.8044
CIE-Lab62.164730.5341-39.7367

#a886dd color RGB value is (168,134,221).

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

The process color (four color CMYK) of #a886dd color hex is 0.24, 0.39, 0.00, 0.13. Web safe color of #a886dd is #9999cc. Color #a886dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000110 11011101
Octal 250 206 335
Decimal 168 134 221
Hex A8 86 DD

RGB Percentages of Color #a886dd

%32.12
%25.62
%42.26

CMYK Percentages of Color #a886dd

%24
%39
%0
%13

Triadic Colors of #a886dd

#a886dd #dda886 #86dda8

Analogous Colors of #a886dd

#a886dd #d486dd #8690dd

Monochromatic Colors of #a886dd

#a886dd

Complementary Color

#a886dd #bbdd86

#a886dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a886dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a886dd Color CSS Codes

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

#a886dd Text Font Color

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

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


#a886dd Background Color

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

This div background color is #a886dd


#a886dd Border Color

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

This div border color is #a886dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a886dd


Comments

No comments written yet.

Please login to write comment.