Color Hex Logo

#a96cda Color Hex

#A96CDA
(169,108,218)
0 Favorites   0 Comments

Color spaces of #a96cda

RGB 169108218
HSL0.760.600.64
HSV273°50°85°
CMYK 0.220.500.00   0.15
XYZ34.379624.222169.1930
Yxy24.22210.26900.1895
Hunter Lab49.216038.5625-48.9050
CIE-Lab56.309544.5733-47.2766

#a96cda color RGB value is (169,108,218).

#a96cda hex color red value is 169, green value is 108 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a96cda hue: 0.76 , saturation: 0.60 and the lightness value of a96cda is 0.64.

The process color (four color CMYK) of #a96cda color hex is 0.22, 0.50, 0.00, 0.15. Web safe color of #a96cda is #9966cc. Color #a96cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101100 11011010
Octal 251 154 332
Decimal 169 108 218
Hex A9 6C DA

RGB Percentages of Color #a96cda

%34.14
%21.82
%44.04

CMYK Percentages of Color #a96cda

%22
%50
%0
%15

Triadic Colors of #a96cda

#a96cda #daa96c #6cdaa9

Analogous Colors of #a96cda

#a96cda #da6cd4 #726cda

Monochromatic Colors of #a96cda

#a96cda

Complementary Color

#a96cda #9dda6c

#a96cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96cda Color CSS Codes

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

#a96cda Text Font Color

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

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


#a96cda Background Color

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

This div background color is #a96cda


#a96cda Border Color

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

This div border color is #a96cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96cda


Comments

No comments written yet.

Please login to write comment.