Color Hex Logo

#a96eca Color Hex

#A96ECA
(169,110,202)
0 Favorites   0 Comments

Color spaces of #a96eca

RGB 169110202
HSL0.770.460.61
HSV278°46°79°
CMYK 0.160.460.00   0.21
XYZ32.598823.851158.7627
Yxy23.85110.28290.2070
Hunter Lab48.837633.6819-37.1530
CIE-Lab55.938439.9124-38.8018

#a96eca color RGB value is (169,110,202).

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

The process color (four color CMYK) of #a96eca color hex is 0.16, 0.46, 0.00, 0.21. Web safe color of #a96eca is #9966cc. Color #a96eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101110 11001010
Octal 251 156 312
Decimal 169 110 202
Hex A9 6E CA

RGB Percentages of Color #a96eca

%35.14
%22.87
%42.00

CMYK Percentages of Color #a96eca

%16
%46
%0
%21

Triadic Colors of #a96eca

#a96eca #caa96e #6ecaa9

Analogous Colors of #a96eca

#a96eca #ca6ebd #7b6eca

Monochromatic Colors of #a96eca

#a96eca

Complementary Color

#a96eca #8fca6e

#a96eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96eca Color CSS Codes

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

#a96eca Text Font Color

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

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


#a96eca Background Color

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

This div background color is #a96eca


#a96eca Border Color

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

This div border color is #a96eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96eca


Comments

No comments written yet.

Please login to write comment.