Color Hex Logo

#a947df Color Hex

#A947DF
(169,71,223)
0 Favorites   0 Comments

Color spaces of #a947df

RGB 16971223
HSL0.770.700.58
HSV279°68°87°
CMYK 0.240.680.00   0.13
XYZ31.934718.269271.6552
Yxy18.26920.26210.1499
Hunter Lab42.742558.5655-69.4764
CIE-Lab49.821063.8875-60.4794

#a947df color RGB value is (169,71,223).

#a947df hex color red value is 169, green value is 71 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a947df hue: 0.77 , saturation: 0.70 and the lightness value of a947df is 0.58.

The process color (four color CMYK) of #a947df color hex is 0.24, 0.68, 0.00, 0.13. Web safe color of #a947df is #9933cc. Color #a947df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000111 11011111
Octal 251 107 337
Decimal 169 71 223
Hex A9 47 DF

RGB Percentages of Color #a947df

%36.50
%15.33
%48.16

CMYK Percentages of Color #a947df

%24
%68
%0
%13

Triadic Colors of #a947df

#a947df #dfa947 #47dfa9

Analogous Colors of #a947df

#a947df #df47c9 #5d47df

Monochromatic Colors of #a947df

#a947df

Complementary Color

#a947df #7ddf47

#a947df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a947df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a947df Color CSS Codes

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

#a947df Text Font Color

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

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


#a947df Background Color

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

This div background color is #a947df


#a947df Border Color

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

This div border color is #a947df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a947df


Comments

No comments written yet.

Please login to write comment.