Color Hex Logo

#a96cec Color Hex

#A96CEC
(169,108,236)
0 Favorites   0 Comments

Color spaces of #a96cec

RGB 169108236
HSL0.750.770.67
HSV269°54°93°
CMYK 0.280.540.00   0.07
XYZ36.865125.216382.2811
Yxy25.21630.25540.1747
Hunter Lab50.215843.1650-61.9985
CIE-Lab57.285648.7523-55.8155

#a96cec color RGB value is (169,108,236).

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

The process color (four color CMYK) of #a96cec color hex is 0.28, 0.54, 0.00, 0.07. Web safe color of #a96cec is #9966ff. Color #a96cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101100 11101100
Octal 251 154 354
Decimal 169 108 236
Hex A9 6C EC

RGB Percentages of Color #a96cec

%32.94
%21.05
%46.00

CMYK Percentages of Color #a96cec

%28
%54
%0
%7

Triadic Colors of #a96cec

#a96cec #eca96c #6ceca9

Analogous Colors of #a96cec

#a96cec #e96cec #6c6fec

Monochromatic Colors of #a96cec

#a96cec

Complementary Color

#a96cec #afec6c

#a96cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96cec Color CSS Codes

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

#a96cec Text Font Color

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

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


#a96cec Background Color

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

This div background color is #a96cec


#a96cec Border Color

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

This div border color is #a96cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96cec


Comments

No comments written yet.

Please login to write comment.