Color Hex Logo

#a96cfa Color Hex

#A96CFA
(169,108,250)
0 Favorites   0 Comments

Color spaces of #a96cfa

RGB 169108250
HSL0.740.930.70
HSV266°57°98°
CMYK 0.320.570.00   0.02
XYZ38.980126.062393.4185
Yxy26.06230.24600.1645
Hunter Lab51.051246.9537-72.7587
CIE-Lab58.096152.1024-62.2921

#a96cfa color RGB value is (169,108,250).

#a96cfa hex color red value is 169, green value is 108 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a96cfa hue: 0.74 , saturation: 0.93 and the lightness value of a96cfa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101100 11111010
Octal 251 154 372
Decimal 169 108 250
Hex A9 6C FA

RGB Percentages of Color #a96cfa

%32.07
%20.49
%47.44

CMYK Percentages of Color #a96cfa

%32
%57
%0
%2

Triadic Colors of #a96cfa

#a96cfa #faa96c #6cfaa9

Analogous Colors of #a96cfa

#a96cfa #f06cfa #6c76fa

Monochromatic Colors of #a96cfa

#a96cfa

Complementary Color

#a96cfa #bdfa6c

#a96cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96cfa Color CSS Codes

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

#a96cfa Text Font Color

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

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


#a96cfa Background Color

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

This div background color is #a96cfa


#a96cfa Border Color

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

This div border color is #a96cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96cfa


Comments

No comments written yet.

Please login to write comment.