Color Hex Logo

#a96cdf Color Hex

#A96CDF
(169,108,223)
0 Favorites   0 Comments

Color spaces of #a96cdf

RGB 169108223
HSL0.760.640.65
HSV272°52°87°
CMYK 0.240.520.00   0.13
XYZ35.044024.487972.6916
Yxy24.48790.26500.1852
Hunter Lab49.485339.8093-52.4547
CIE-Lab56.573045.7177-49.6727

#a96cdf color RGB value is (169,108,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101100 11011111
Octal 251 154 337
Decimal 169 108 223
Hex A9 6C DF

RGB Percentages of Color #a96cdf

%33.80
%21.60
%44.60

CMYK Percentages of Color #a96cdf

%24
%52
%0
%13

Triadic Colors of #a96cdf

#a96cdf #dfa96c #6cdfa9

Analogous Colors of #a96cdf

#a96cdf #df6cdc #706cdf

Monochromatic Colors of #a96cdf

#a96cdf

Complementary Color

#a96cdf #a2df6c

#a96cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96cdf Color CSS Codes

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

#a96cdf Text Font Color

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

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


#a96cdf Background Color

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

This div background color is #a96cdf


#a96cdf Border Color

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

This div border color is #a96cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96cdf


Comments

No comments written yet.

Please login to write comment.