Color Hex Logo

#a96dbe Color Hex

#A96DBE
(169,109,190)
0 Favorites   0 Comments

Color spaces of #a96dbe

RGB 169109190
HSL0.790.380.59
HSV284°43°75°
CMYK 0.110.430.00   0.25
XYZ31.125123.090051.5315
Yxy23.09000.29430.2184
Hunter Lab48.052131.5300-29.9467
CIE-Lab55.164937.8908-33.1617

#a96dbe color RGB value is (169,109,190).

#a96dbe hex color red value is 169, green value is 109 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a96dbe hue: 0.79 , saturation: 0.38 and the lightness value of a96dbe is 0.59.

The process color (four color CMYK) of #a96dbe color hex is 0.11, 0.43, 0.00, 0.25. Web safe color of #a96dbe is #9966cc. Color #a96dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101101 10111110
Octal 251 155 276
Decimal 169 109 190
Hex A9 6D BE

RGB Percentages of Color #a96dbe

%36.11
%23.29
%40.60

CMYK Percentages of Color #a96dbe

%11
%43
%0
%25

Triadic Colors of #a96dbe

#a96dbe #bea96d #6dbea9

Analogous Colors of #a96dbe

#a96dbe #be6dab #816dbe

Monochromatic Colors of #a96dbe

#a96dbe

Complementary Color

#a96dbe #82be6d

#a96dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96dbe Color CSS Codes

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

#a96dbe Text Font Color

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

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


#a96dbe Background Color

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

This div background color is #a96dbe


#a96dbe Border Color

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

This div border color is #a96dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96dbe


Comments

No comments written yet.

Please login to write comment.