Color Hex Logo

#a96edc Color Hex

#A96EDC
(169,110,220)
0 Favorites   0 Comments

Color spaces of #a96edc

RGB 169110220
HSL0.760.610.65
HSV272°50°86°
CMYK 0.230.500.00   0.14
XYZ34.856424.754270.6510
Yxy24.75420.26760.1900
Hunter Lab49.753637.9848-49.3654
CIE-Lab56.835143.9469-47.5696

#a96edc color RGB value is (169,110,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101110 11011100
Octal 251 156 334
Decimal 169 110 220
Hex A9 6E DC

RGB Percentages of Color #a96edc

%33.87
%22.04
%44.09

CMYK Percentages of Color #a96edc

%23
%50
%0
%14

Triadic Colors of #a96edc

#a96edc #dca96e #6edca9

Analogous Colors of #a96edc

#a96edc #dc6ed8 #726edc

Monochromatic Colors of #a96edc

#a96edc

Complementary Color

#a96edc #a1dc6e

#a96edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96edc Color CSS Codes

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

#a96edc Text Font Color

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

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


#a96edc Background Color

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

This div background color is #a96edc


#a96edc Border Color

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

This div border color is #a96edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,110,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 #a96edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96edc


Comments

No comments written yet.

Please login to write comment.