Color Hex Logo

#a047fa Color Hex

#A047FA
(160,71,250)
0 Favorites   0 Comments

Color spaces of #a047fa

RGB 16071250
HSL0.750.950.63
HSV270°72°98°
CMYK 0.360.720.00   0.02
XYZ34.005818.882292.2948
Yxy18.88220.23420.1301
Hunter Lab43.453763.6460-95.5134
CIE-Lab50.549168.1067-74.5391

#a047fa color RGB value is (160,71,250).

#a047fa hex color red value is 160, green value is 71 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a047fa hue: 0.75 , saturation: 0.95 and the lightness value of a047fa is 0.63.

The process color (four color CMYK) of #a047fa color hex is 0.36, 0.72, 0.00, 0.02. Web safe color of #a047fa is #9933ff. Color #a047fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000111 11111010
Octal 240 107 372
Decimal 160 71 250
Hex A0 47 FA

RGB Percentages of Color #a047fa

%33.26
%14.76
%51.98

CMYK Percentages of Color #a047fa

%36
%72
%0
%2

Triadic Colors of #a047fa

#a047fa #faa047 #47faa0

Analogous Colors of #a047fa

#a047fa #fa47fa #4748fa

Monochromatic Colors of #a047fa

#a047fa

Complementary Color

#a047fa #a1fa47

#a047fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a047fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a047fa Color CSS Codes

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

#a047fa Text Font Color

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

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


#a047fa Background Color

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

This div background color is #a047fa


#a047fa Border Color

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

This div border color is #a047fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a047fa


Comments

No comments written yet.

Please login to write comment.