Color Hex Logo

#a96ec8 Color Hex

#A96EC8
(169,110,200)
0 Favorites   0 Comments

Color spaces of #a96ec8

RGB 169110200
HSL0.780.450.61
HSV279°45°78°
CMYK 0.160.450.00   0.22
XYZ32.363423.757057.5234
Yxy23.75700.28480.2090
Hunter Lab48.741233.2243-35.8541
CIE-Lab55.843739.4762-37.8123

#a96ec8 color RGB value is (169,110,200).

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

The process color (four color CMYK) of #a96ec8 color hex is 0.16, 0.45, 0.00, 0.22. Web safe color of #a96ec8 is #9966cc. Color #a96ec8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101110 11001000
Octal 251 156 310
Decimal 169 110 200
Hex A9 6E C8

RGB Percentages of Color #a96ec8

%35.28
%22.96
%41.75

CMYK Percentages of Color #a96ec8

%16
%45
%0
%22

Triadic Colors of #a96ec8

#a96ec8 #c8a96e #6ec8a9

Analogous Colors of #a96ec8

#a96ec8 #c86eba #7c6ec8

Monochromatic Colors of #a96ec8

#a96ec8

Complementary Color

#a96ec8 #8dc86e

#a96ec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96ec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96ec8 Color CSS Codes

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

#a96ec8 Text Font Color

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

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


#a96ec8 Background Color

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

This div background color is #a96ec8


#a96ec8 Border Color

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

This div border color is #a96ec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96ec8


Comments

No comments written yet.

Please login to write comment.