Color Hex Logo

#a960ef Color Hex

#A960EF
(169,96,239)
0 Favorites   0 Comments

Color spaces of #a960ef

RGB 16996239
HSL0.750.820.66
HSV271°60°94°
CMYK 0.290.600.00   0.06
XYZ36.125023.032884.2031
Yxy23.03280.25200.1607
Hunter Lab47.992550.3740-70.4299
CIE-Lab55.106155.6898-60.9807

#a960ef color RGB value is (169,96,239).

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

The process color (four color CMYK) of #a960ef color hex is 0.29, 0.60, 0.00, 0.06. Web safe color of #a960ef is #9966ff. Color #a960ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100000 11101111
Octal 251 140 357
Decimal 169 96 239
Hex A9 60 EF

RGB Percentages of Color #a960ef

%33.53
%19.05
%47.42

CMYK Percentages of Color #a960ef

%29
%60
%0
%6

Triadic Colors of #a960ef

#a960ef #efa960 #60efa9

Analogous Colors of #a960ef

#a960ef #ef60ee #6260ef

Monochromatic Colors of #a960ef

#a960ef

Complementary Color

#a960ef #a6ef60

#a960ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a960ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a960ef Color CSS Codes

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

#a960ef Text Font Color

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

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


#a960ef Background Color

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

This div background color is #a960ef


#a960ef Border Color

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

This div border color is #a960ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a960ef


Comments

No comments written yet.

Please login to write comment.