Color Hex Logo

#a96ebd Color Hex

#A96EBD
(169,110,189)
0 Favorites   0 Comments

Color spaces of #a96ebd

RGB 169110189
HSL0.790.370.59
HSV285°42°74°
CMYK 0.110.420.00   0.26
XYZ31.123423.261050.9936
Yxy23.26100.29540.2207
Hunter Lab48.229730.7871-28.9270
CIE-Lab55.340237.1291-32.3154

#a96ebd color RGB value is (169,110,189).

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

The process color (four color CMYK) of #a96ebd color hex is 0.11, 0.42, 0.00, 0.26. Web safe color of #a96ebd is #9966cc. Color #a96ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101110 10111101
Octal 251 156 275
Decimal 169 110 189
Hex A9 6E BD

RGB Percentages of Color #a96ebd

%36.11
%23.50
%40.38

CMYK Percentages of Color #a96ebd

%11
%42
%0
%26

Triadic Colors of #a96ebd

#a96ebd #bda96e #6ebda9

Analogous Colors of #a96ebd

#a96ebd #bd6eaa #826ebd

Monochromatic Colors of #a96ebd

#a96ebd

Complementary Color

#a96ebd #82bd6e

#a96ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96ebd Color CSS Codes

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

#a96ebd Text Font Color

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

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


#a96ebd Background Color

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

This div background color is #a96ebd


#a96ebd Border Color

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

This div border color is #a96ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96ebd


Comments

No comments written yet.

Please login to write comment.