Color Hex Logo

#a96ff0 Color Hex

#A96FF0
(169,111,240)
0 Favorites   0 Comments

Color spaces of #a96ff0

RGB 169111240
HSL0.740.810.69
HSV267°54°94°
CMYK 0.300.540.00   0.06
XYZ37.774826.095285.4840
Yxy26.09520.25290.1747
Hunter Lab51.083542.5997-63.4585
CIE-Lab58.127348.0991-56.6979

#a96ff0 color RGB value is (169,111,240).

#a96ff0 hex color red value is 169, green value is 111 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #a96ff0 hue: 0.74 , saturation: 0.81 and the lightness value of a96ff0 is 0.69.

The process color (four color CMYK) of #a96ff0 color hex is 0.30, 0.54, 0.00, 0.06. Web safe color of #a96ff0 is #9966ff. Color #a96ff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101111 11110000
Octal 251 157 360
Decimal 169 111 240
Hex A9 6F F0

RGB Percentages of Color #a96ff0

%32.50
%21.35
%46.15

CMYK Percentages of Color #a96ff0

%30
%54
%0
%6

Triadic Colors of #a96ff0

#a96ff0 #f0a96f #6ff0a9

Analogous Colors of #a96ff0

#a96ff0 #ea6ff0 #6f76f0

Monochromatic Colors of #a96ff0

#a96ff0

Complementary Color

#a96ff0 #b6f06f

#a96ff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96ff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96ff0 Color CSS Codes

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

#a96ff0 Text Font Color

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

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


#a96ff0 Background Color

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

This div background color is #a96ff0


#a96ff0 Border Color

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

This div border color is #a96ff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96ff0


Comments

No comments written yet.

Please login to write comment.