Color Hex Logo

#a96ecb Color Hex

#A96ECB
(169,110,203)
0 Favorites   0 Comments

Color spaces of #a96ecb

RGB 169110203
HSL0.770.470.61
HSV278°46°80°
CMYK 0.170.460.00   0.20
XYZ32.717623.898759.3884
Yxy23.89870.28200.2060
Hunter Lab48.886333.9117-37.8067
CIE-Lab55.986240.1309-39.2953

#a96ecb color RGB value is (169,110,203).

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

The process color (four color CMYK) of #a96ecb color hex is 0.17, 0.46, 0.00, 0.20. Web safe color of #a96ecb is #9966cc. Color #a96ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101110 11001011
Octal 251 156 313
Decimal 169 110 203
Hex A9 6E CB

RGB Percentages of Color #a96ecb

%35.06
%22.82
%42.12

CMYK Percentages of Color #a96ecb

%17
%46
%0
%20

Triadic Colors of #a96ecb

#a96ecb #cba96e #6ecba9

Analogous Colors of #a96ecb

#a96ecb #cb6ebf #7b6ecb

Monochromatic Colors of #a96ecb

#a96ecb

Complementary Color

#a96ecb #90cb6e

#a96ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96ecb Color CSS Codes

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

#a96ecb Text Font Color

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

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


#a96ecb Background Color

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

This div background color is #a96ecb


#a96ecb Border Color

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

This div border color is #a96ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96ecb


Comments

No comments written yet.

Please login to write comment.