Color Hex Logo

#a96fce Color Hex

#A96FCE
(169,111,206)
0 Favorites   0 Comments

Color spaces of #a96fce

RGB 169111206
HSL0.770.490.62
HSV277°46°81°
CMYK 0.180.460.00   0.19
XYZ33.187224.260161.3260
Yxy24.26010.27940.2043
Hunter Lab49.254534.0760-39.3428
CIE-Lab56.347340.2432-40.4309

#a96fce color RGB value is (169,111,206).

#a96fce hex color red value is 169, green value is 111 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a96fce hue: 0.77 , saturation: 0.49 and the lightness value of a96fce is 0.62.

The process color (four color CMYK) of #a96fce color hex is 0.18, 0.46, 0.00, 0.19. Web safe color of #a96fce is #9966cc. Color #a96fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101111 11001110
Octal 251 157 316
Decimal 169 111 206
Hex A9 6F CE

RGB Percentages of Color #a96fce

%34.77
%22.84
%42.39

CMYK Percentages of Color #a96fce

%18
%46
%0
%19

Triadic Colors of #a96fce

#a96fce #cea96f #6fcea9

Analogous Colors of #a96fce

#a96fce #ce6fc4 #7a6fce

Monochromatic Colors of #a96fce

#a96fce

Complementary Color

#a96fce #94ce6f

#a96fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96fce Color CSS Codes

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

#a96fce Text Font Color

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

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


#a96fce Background Color

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

This div background color is #a96fce


#a96fce Border Color

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

This div border color is #a96fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96fce


Comments

No comments written yet.

Please login to write comment.