Color Hex Logo

#a96fe0 Color Hex

#A96FE0
(169,111,224)
0 Favorites   0 Comments

Color spaces of #a96fe0

RGB 169111224
HSL0.750.650.66
HSV271°50°88°
CMYK 0.250.500.00   0.12
XYZ35.501225.185773.5112
Yxy25.18570.26450.1877
Hunter Lab50.185438.4468-51.7179
CIE-Lab57.255944.3266-49.1498

#a96fe0 color RGB value is (169,111,224).

#a96fe0 hex color red value is 169, green value is 111 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #a96fe0 hue: 0.75 , saturation: 0.65 and the lightness value of a96fe0 is 0.66.

The process color (four color CMYK) of #a96fe0 color hex is 0.25, 0.50, 0.00, 0.12. Web safe color of #a96fe0 is #9966cc. Color #a96fe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101111 11100000
Octal 251 157 340
Decimal 169 111 224
Hex A9 6F E0

RGB Percentages of Color #a96fe0

%33.53
%22.02
%44.44

CMYK Percentages of Color #a96fe0

%25
%50
%0
%12

Triadic Colors of #a96fe0

#a96fe0 #e0a96f #6fe0a9

Analogous Colors of #a96fe0

#a96fe0 #e06fdf #716fe0

Monochromatic Colors of #a96fe0

#a96fe0

Complementary Color

#a96fe0 #a6e06f

#a96fe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96fe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96fe0 Color CSS Codes

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

#a96fe0 Text Font Color

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

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


#a96fe0 Background Color

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

This div background color is #a96fe0


#a96fe0 Border Color

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

This div border color is #a96fe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96fe0


Comments

No comments written yet.

Please login to write comment.