Color Hex Logo

#a96fdc Color Hex

#A96FDC
(169,111,220)
0 Favorites   0 Comments

Color spaces of #a96fdc

RGB 169111220
HSL0.760.610.65
HSV272°50°86°
CMYK 0.230.500.00   0.14
XYZ34.964924.971270.6872
Yxy24.97120.26770.1912
Hunter Lab49.971237.4471-48.8894
CIE-Lab57.047343.4032-47.2333

#a96fdc color RGB value is (169,111,220).

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

The process color (four color CMYK) of #a96fdc color hex is 0.23, 0.50, 0.00, 0.14. Web safe color of #a96fdc is #9966cc. Color #a96fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101111 11011100
Octal 251 157 334
Decimal 169 111 220
Hex A9 6F DC

RGB Percentages of Color #a96fdc

%33.80
%22.20
%44.00

CMYK Percentages of Color #a96fdc

%23
%50
%0
%14

Triadic Colors of #a96fdc

#a96fdc #dca96f #6fdca9

Analogous Colors of #a96fdc

#a96fdc #dc6fd9 #736fdc

Monochromatic Colors of #a96fdc

#a96fdc

Complementary Color

#a96fdc #a2dc6f

#a96fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96fdc Color CSS Codes

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

#a96fdc Text Font Color

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

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


#a96fdc Background Color

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

This div background color is #a96fdc


#a96fdc Border Color

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

This div border color is #a96fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96fdc


Comments

No comments written yet.

Please login to write comment.