Color Hex Logo

#a964dd Color Hex

#A964DD
(169,100,221)
0 Favorites   0 Comments

Color spaces of #a964dd

RGB 169100221
HSL0.760.640.63
HSV274°55°87°
CMYK 0.240.550.00   0.13
XYZ33.970522.769871.0112
Yxy22.76980.26590.1782
Hunter Lab47.717743.5691-54.8301
CIE-Lab54.834449.5126-51.3129

#a964dd color RGB value is (169,100,221).

#a964dd hex color red value is 169, green value is 100 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a964dd hue: 0.76 , saturation: 0.64 and the lightness value of a964dd is 0.63.

The process color (four color CMYK) of #a964dd color hex is 0.24, 0.55, 0.00, 0.13. Web safe color of #a964dd is #9966cc. Color #a964dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100100 11011101
Octal 251 144 335
Decimal 169 100 221
Hex A9 64 DD

RGB Percentages of Color #a964dd

%34.49
%20.41
%45.10

CMYK Percentages of Color #a964dd

%24
%55
%0
%13

Triadic Colors of #a964dd

#a964dd #dda964 #64dda9

Analogous Colors of #a964dd

#a964dd #dd64d5 #6d64dd

Monochromatic Colors of #a964dd

#a964dd

Complementary Color

#a964dd #98dd64

#a964dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a964dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a964dd Color CSS Codes

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

#a964dd Text Font Color

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

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


#a964dd Background Color

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

This div background color is #a964dd


#a964dd Border Color

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

This div border color is #a964dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a964dd


Comments

No comments written yet.

Please login to write comment.