Color Hex Logo

#a147df Color Hex

#A147DF
(161,71,223)
0 Favorites   0 Comments

Color spaces of #a147df

RGB 16171223
HSL0.770.700.58
HSV276°68°87°
CMYK 0.280.680.00   0.13
XYZ30.270517.411371.5773
Yxy17.41130.25380.1460
Hunter Lab41.726856.4698-72.4959
CIE-Lab48.774162.2537-62.2213

#a147df color RGB value is (161,71,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000111 11011111
Octal 241 107 337
Decimal 161 71 223
Hex A1 47 DF

RGB Percentages of Color #a147df

%35.38
%15.60
%49.01

CMYK Percentages of Color #a147df

%28
%68
%0
%13

Triadic Colors of #a147df

#a147df #dfa147 #47dfa1

Analogous Colors of #a147df

#a147df #df47d1 #5547df

Monochromatic Colors of #a147df

#a147df

Complementary Color

#a147df #85df47

#a147df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a147df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a147df Color CSS Codes

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

#a147df Text Font Color

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

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


#a147df Background Color

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

This div background color is #a147df


#a147df Border Color

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

This div border color is #a147df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a147df


Comments

No comments written yet.

Please login to write comment.