Color Hex Logo

#a970fa Color Hex

#A970FA
(169,112,250)
0 Favorites   0 Comments

Color spaces of #a970fa

RGB 169112250
HSL0.740.930.71
HSV265°55°98°
CMYK 0.320.550.00   0.02
XYZ39.411726.925593.5624
Yxy26.92550.24650.1684
Hunter Lab51.889844.7685-70.5829
CIE-Lab58.905349.9807-60.9945

#a970fa color RGB value is (169,112,250).

#a970fa hex color red value is 169, green value is 112 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a970fa hue: 0.74 , saturation: 0.93 and the lightness value of a970fa is 0.71.

The process color (four color CMYK) of #a970fa color hex is 0.32, 0.55, 0.00, 0.02. Web safe color of #a970fa is #9966ff. Color #a970fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110000 11111010
Octal 251 160 372
Decimal 169 112 250
Hex A9 70 FA

RGB Percentages of Color #a970fa

%31.83
%21.09
%47.08

CMYK Percentages of Color #a970fa

%32
%55
%0
%2

Triadic Colors of #a970fa

#a970fa #faa970 #70faa9

Analogous Colors of #a970fa

#a970fa #ee70fa #707cfa

Monochromatic Colors of #a970fa

#a970fa

Complementary Color

#a970fa #c1fa70

#a970fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a970fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a970fa Color CSS Codes

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

#a970fa Text Font Color

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

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


#a970fa Background Color

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

This div background color is #a970fa


#a970fa Border Color

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

This div border color is #a970fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a970fa


Comments

No comments written yet.

Please login to write comment.