Color Hex Logo

#a96eea Color Hex

#A96EEA
(169,110,234)
0 Favorites   0 Comments

Color spaces of #a96eea

RGB 169110234
HSL0.750.750.67
HSV269°53°92°
CMYK 0.280.530.00   0.08
XYZ36.789425.527480.8302
Yxy25.52740.25700.1783
Hunter Lab50.524641.5562-59.4859
CIE-Lab57.585747.2088-54.2209

#a96eea color RGB value is (169,110,234).

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

The process color (four color CMYK) of #a96eea color hex is 0.28, 0.53, 0.00, 0.08. Web safe color of #a96eea is #9966ff. Color #a96eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101110 11101010
Octal 251 156 352
Decimal 169 110 234
Hex A9 6E EA

RGB Percentages of Color #a96eea

%32.94
%21.44
%45.61

CMYK Percentages of Color #a96eea

%28
%53
%0
%8

Triadic Colors of #a96eea

#a96eea #eaa96e #6eeaa9

Analogous Colors of #a96eea

#a96eea #e76eea #6e71ea

Monochromatic Colors of #a96eea

#a96eea

Complementary Color

#a96eea #afea6e

#a96eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96eea Color CSS Codes

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

#a96eea Text Font Color

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

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


#a96eea Background Color

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

This div background color is #a96eea


#a96eea Border Color

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

This div border color is #a96eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96eea


Comments

No comments written yet.

Please login to write comment.