Color Hex Logo

#a961fe Color Hex

#A961FE
(169,97,254)
0 Favorites   0 Comments

Color spaces of #a961fe

RGB 16997254
HSL0.740.990.69
HSV268°62°100°
CMYK 0.330.620.00   0.00
XYZ38.526324.140296.3949
Yxy24.14020.24220.1518
Hunter Lab49.132753.9846-81.9300
CIE-Lab56.227958.7080-67.5105

#a961fe color RGB value is (169,97,254).

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

The process color (four color CMYK) of #a961fe color hex is 0.33, 0.62, 0.00, 0.00. Web safe color of #a961fe is #9966ff. Color #a961fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100001 11111110
Octal 251 141 376
Decimal 169 97 254
Hex A9 61 FE

RGB Percentages of Color #a961fe

%32.50
%18.65
%48.85

CMYK Percentages of Color #a961fe

%33
%62
%0
%0

Triadic Colors of #a961fe

#a961fe #fea961 #61fea9

Analogous Colors of #a961fe

#a961fe #f861fe #6168fe

Monochromatic Colors of #a961fe

#a961fe

Complementary Color

#a961fe #b6fe61

#a961fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a961fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a961fe Color CSS Codes

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

#a961fe Text Font Color

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

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


#a961fe Background Color

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

This div background color is #a961fe


#a961fe Border Color

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

This div border color is #a961fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a961fe

Related Colors


Comments

No comments written yet.

Please login to write comment.