Color Hex Logo

#a96cdc Color Hex

#A96CDC
(169,108,220)
0 Favorites   0 Comments

Color spaces of #a96cdc

RGB 169108220
HSL0.760.620.64
HSV273°51°86°
CMYK 0.230.510.00   0.14
XYZ34.643024.327470.5799
Yxy24.32740.26740.1878
Hunter Lab49.322839.0586-50.3168
CIE-Lab56.414145.0298-48.2374

#a96cdc color RGB value is (169,108,220).

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

The process color (four color CMYK) of #a96cdc color hex is 0.23, 0.51, 0.00, 0.14. Web safe color of #a96cdc is #9966cc. Color #a96cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101100 11011100
Octal 251 154 334
Decimal 169 108 220
Hex A9 6C DC

RGB Percentages of Color #a96cdc

%34.00
%21.73
%44.27

CMYK Percentages of Color #a96cdc

%23
%51
%0
%14

Triadic Colors of #a96cdc

#a96cdc #dca96c #6cdca9

Analogous Colors of #a96cdc

#a96cdc #dc6cd7 #716cdc

Monochromatic Colors of #a96cdc

#a96cdc

Complementary Color

#a96cdc #9fdc6c

#a96cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96cdc Color CSS Codes

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

#a96cdc Text Font Color

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

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


#a96cdc Background Color

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

This div background color is #a96cdc


#a96cdc Border Color

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

This div border color is #a96cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96cdc


Comments

No comments written yet.

Please login to write comment.