Color Hex Logo

#a96fde Color Hex

#A96FDE
(169,111,222)
0 Favorites   0 Comments

Color spaces of #a96fde

RGB 169111222
HSL0.750.630.65
HSV271°50°87°
CMYK 0.240.500.00   0.13
XYZ35.231425.077872.0908
Yxy25.07780.26610.1894
Hunter Lab50.077737.9448-50.2981
CIE-Lab57.151143.8637-48.1931

#a96fde color RGB value is (169,111,222).

#a96fde hex color red value is 169, green value is 111 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a96fde hue: 0.75 , saturation: 0.63 and the lightness value of a96fde is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101111 11011110
Octal 251 157 336
Decimal 169 111 222
Hex A9 6F DE

RGB Percentages of Color #a96fde

%33.67
%22.11
%44.22

CMYK Percentages of Color #a96fde

%24
%50
%0
%13

Triadic Colors of #a96fde

#a96fde #dea96f #6fdea9

Analogous Colors of #a96fde

#a96fde #de6fdc #726fde

Monochromatic Colors of #a96fde

#a96fde

Complementary Color

#a96fde #a4de6f

#a96fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96fde Color CSS Codes

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

#a96fde Text Font Color

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

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


#a96fde Background Color

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

This div background color is #a96fde


#a96fde Border Color

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

This div border color is #a96fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96fde


Comments

No comments written yet.

Please login to write comment.