Color Hex Logo

#a96ccb Color Hex

#A96CCB
(169,108,203)
0 Favorites   0 Comments

Color spaces of #a96ccb

RGB 169108203
HSL0.770.480.61
HSV279°47°80°
CMYK 0.170.470.00   0.20
XYZ32.504223.471959.3173
Yxy23.47190.28190.2036
Hunter Lab48.447834.9741-38.6785
CIE-Lab55.555141.2256-39.9733

#a96ccb color RGB value is (169,108,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101100 11001011
Octal 251 154 313
Decimal 169 108 203
Hex A9 6C CB

RGB Percentages of Color #a96ccb

%35.21
%22.50
%42.29

CMYK Percentages of Color #a96ccb

%17
%47
%0
%20

Triadic Colors of #a96ccb

#a96ccb #cba96c #6ccba9

Analogous Colors of #a96ccb

#a96ccb #cb6cbe #7a6ccb

Monochromatic Colors of #a96ccb

#a96ccb

Complementary Color

#a96ccb #8ecb6c

#a96ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96ccb Color CSS Codes

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

#a96ccb Text Font Color

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

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


#a96ccb Background Color

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

This div background color is #a96ccb


#a96ccb Border Color

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

This div border color is #a96ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,108,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 #a96ccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96ccb


Comments

No comments written yet.

Please login to write comment.