Color Hex Logo

#a96fdf Color Hex

#A96FDF
(169,111,223)
0 Favorites   0 Comments

Color spaces of #a96fdf

RGB 169111223
HSL0.750.640.65
HSV271°50°87°
CMYK 0.240.500.00   0.13
XYZ35.365925.131672.7989
Yxy25.13160.26530.1885
Hunter Lab50.131438.1953-51.0066
CIE-Lab57.203444.0949-48.6718

#a96fdf color RGB value is (169,111,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101111 11011111
Octal 251 157 337
Decimal 169 111 223
Hex A9 6F DF

RGB Percentages of Color #a96fdf

%33.60
%22.07
%44.33

CMYK Percentages of Color #a96fdf

%24
%50
%0
%13

Triadic Colors of #a96fdf

#a96fdf #dfa96f #6fdfa9

Analogous Colors of #a96fdf

#a96fdf #df6fdd #716fdf

Monochromatic Colors of #a96fdf

#a96fdf

Complementary Color

#a96fdf #a5df6f

#a96fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96fdf Color CSS Codes

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

#a96fdf Text Font Color

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

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


#a96fdf Background Color

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

This div background color is #a96fdf


#a96fdf Border Color

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

This div border color is #a96fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96fdf


Comments

No comments written yet.

Please login to write comment.