Color Hex Logo

#a970fe Color Hex

#A970FE
(169,112,254)
0 Favorites   0 Comments

Color spaces of #a970fe

RGB 169112254
HSL0.730.990.72
HSV264°56°100°
CMYK 0.330.560.00   0.00
XYZ40.045727.179196.9014
Yxy27.17910.24400.1656
Hunter Lab52.133645.8786-73.7096
CIE-Lab59.139750.9589-62.8258

#a970fe color RGB value is (169,112,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110000 11111110
Octal 251 160 376
Decimal 169 112 254
Hex A9 70 FE

RGB Percentages of Color #a970fe

%31.59
%20.93
%47.48

CMYK Percentages of Color #a970fe

%33
%56
%0
%0

Triadic Colors of #a970fe

#a970fe #fea970 #70fea9

Analogous Colors of #a970fe

#a970fe #f070fe #707efe

Monochromatic Colors of #a970fe

#a970fe

Complementary Color

#a970fe #c5fe70

#a970fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a970fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a970fe Color CSS Codes

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

#a970fe Text Font Color

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

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


#a970fe Background Color

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

This div background color is #a970fe


#a970fe Border Color

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

This div border color is #a970fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a970fe


Comments

No comments written yet.

Please login to write comment.