Color Hex Logo

#a96dfb Color Hex

#A96DFB
(169,109,251)
0 Favorites   0 Comments

Color spaces of #a96dfb

RGB 169109251
HSL0.740.950.71
HSV265°57°98°
CMYK 0.330.570.00   0.02
XYZ39.243426.337394.2820
Yxy26.33730.24550.1647
Hunter Lab51.319946.6860-73.0003
CIE-Lab58.355851.8176-62.4281

#a96dfb color RGB value is (169,109,251).

#a96dfb hex color red value is 169, green value is 109 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a96dfb hue: 0.74 , saturation: 0.95 and the lightness value of a96dfb is 0.71.

The process color (four color CMYK) of #a96dfb color hex is 0.33, 0.57, 0.00, 0.02. Web safe color of #a96dfb is #9966ff. Color #a96dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101101 11111011
Octal 251 155 373
Decimal 169 109 251
Hex A9 6D FB

RGB Percentages of Color #a96dfb

%31.95
%20.60
%47.45

CMYK Percentages of Color #a96dfb

%33
%57
%0
%2

Triadic Colors of #a96dfb

#a96dfb #fba96d #6dfba9

Analogous Colors of #a96dfb

#a96dfb #f06dfb #6d78fb

Monochromatic Colors of #a96dfb

#a96dfb

Complementary Color

#a96dfb #bffb6d

#a96dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96dfb Color CSS Codes

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

#a96dfb Text Font Color

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

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


#a96dfb Background Color

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

This div background color is #a96dfb


#a96dfb Border Color

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

This div border color is #a96dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.