Color Hex Logo

#a961ef Color Hex

#A961EF
(169,97,239)
0 Favorites   0 Comments

Color spaces of #a961ef

RGB 16997239
HSL0.750.820.66
HSV270°59°94°
CMYK 0.290.590.00   0.06
XYZ36.216923.216484.2337
Yxy23.21640.25210.1616
Hunter Lab48.183449.8480-69.9218
CIE-Lab55.294555.1845-60.6781

#a961ef color RGB value is (169,97,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100001 11101111
Octal 251 141 357
Decimal 169 97 239
Hex A9 61 EF

RGB Percentages of Color #a961ef

%33.47
%19.21
%47.33

CMYK Percentages of Color #a961ef

%29
%59
%0
%6

Triadic Colors of #a961ef

#a961ef #efa961 #61efa9

Analogous Colors of #a961ef

#a961ef #ef61ee #6261ef

Monochromatic Colors of #a961ef

#a961ef

Complementary Color

#a961ef #a7ef61

#a961ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a961ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a961ef Color CSS Codes

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

#a961ef Text Font Color

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

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


#a961ef Background Color

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

This div background color is #a961ef


#a961ef Border Color

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

This div border color is #a961ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a961ef


Comments

No comments written yet.

Please login to write comment.