Color Hex Logo

#a96ecf Color Hex

#A96ECF
(169,110,207)
0 Favorites   0 Comments

Color spaces of #a96ecf

RGB 169110207
HSL0.770.500.62
HSV276°47°81°
CMYK 0.180.470.00   0.19
XYZ33.200624.091961.9318
Yxy24.09190.27850.2021
Hunter Lab49.083534.8432-40.4515
CIE-Lab56.179741.0129-41.2619

#a96ecf color RGB value is (169,110,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101110 11001111
Octal 251 156 317
Decimal 169 110 207
Hex A9 6E CF

RGB Percentages of Color #a96ecf

%34.77
%22.63
%42.59

CMYK Percentages of Color #a96ecf

%18
%47
%0
%19

Triadic Colors of #a96ecf

#a96ecf #cfa96e #6ecfa9

Analogous Colors of #a96ecf

#a96ecf #cf6ec5 #796ecf

Monochromatic Colors of #a96ecf

#a96ecf

Complementary Color

#a96ecf #94cf6e

#a96ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96ecf Color CSS Codes

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

#a96ecf Text Font Color

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

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


#a96ecf Background Color

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

This div background color is #a96ecf


#a96ecf Border Color

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

This div border color is #a96ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96ecf


Comments

No comments written yet.

Please login to write comment.