Color Hex Logo

#a884dd Color Hex

#A884DD
(168,132,221)
0 Favorites   0 Comments

Color spaces of #a884dd

RGB 168132221
HSL0.730.570.69
HSV264°40°87°
CMYK 0.240.400.00   0.13
XYZ37.450930.047872.2325
Yxy30.04780.26800.2150
Hunter Lab54.815926.0257-39.7571
CIE-Lab61.695431.6655-40.4722

#a884dd color RGB value is (168,132,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000100 11011101
Octal 250 204 335
Decimal 168 132 221
Hex A8 84 DD

RGB Percentages of Color #a884dd

%32.25
%25.34
%42.42

CMYK Percentages of Color #a884dd

%24
%40
%0
%13

Triadic Colors of #a884dd

#a884dd #dda884 #84dda8

Analogous Colors of #a884dd

#a884dd #d584dd #848ddd

Monochromatic Colors of #a884dd

#a884dd

Complementary Color

#a884dd #b9dd84

#a884dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a884dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a884dd Color CSS Codes

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

#a884dd Text Font Color

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

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


#a884dd Background Color

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

This div background color is #a884dd


#a884dd Border Color

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

This div border color is #a884dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a884dd


Comments

No comments written yet.

Please login to write comment.