Color Hex Logo

#a965df Color Hex

#A965DF
(169,101,223)
0 Favorites   0 Comments

Color spaces of #a965df

RGB 169101223
HSL0.760.660.64
HSV273°55°87°
CMYK 0.240.550.00   0.13
XYZ34.335123.070172.4553
Yxy23.07010.26440.1777
Hunter Lab48.031343.5455-55.8170
CIE-Lab55.144549.4412-51.9461

#a965df color RGB value is (169,101,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100101 11011111
Octal 251 145 337
Decimal 169 101 223
Hex A9 65 DF

RGB Percentages of Color #a965df

%34.28
%20.49
%45.23

CMYK Percentages of Color #a965df

%24
%55
%0
%13

Triadic Colors of #a965df

#a965df #dfa965 #65dfa9

Analogous Colors of #a965df

#a965df #df65d8 #6c65df

Monochromatic Colors of #a965df

#a965df

Complementary Color

#a965df #9bdf65

#a965df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a965df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a965df Color CSS Codes

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

#a965df Text Font Color

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

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


#a965df Background Color

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

This div background color is #a965df


#a965df Border Color

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

This div border color is #a965df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,101,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a965df


Comments

No comments written yet.

Please login to write comment.