Color Hex Logo

#a947db Color Hex

#A947DB
(169,71,219)
0 Favorites   0 Comments

Color spaces of #a947db

RGB 16971219
HSL0.780.670.57
HSV280°68°86°
CMYK 0.230.680.00   0.14
XYZ31.401618.056068.8479
Yxy18.05600.26540.1526
Hunter Lab42.492457.5488-66.3195
CIE-Lab49.564063.0504-58.6204

#a947db color RGB value is (169,71,219).

#a947db hex color red value is 169, green value is 71 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a947db hue: 0.78 , saturation: 0.67 and the lightness value of a947db is 0.57.

The process color (four color CMYK) of #a947db color hex is 0.23, 0.68, 0.00, 0.14. Web safe color of #a947db is #9933cc. Color #a947db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000111 11011011
Octal 251 107 333
Decimal 169 71 219
Hex A9 47 DB

RGB Percentages of Color #a947db

%36.82
%15.47
%47.71

CMYK Percentages of Color #a947db

%23
%68
%0
%14

Triadic Colors of #a947db

#a947db #dba947 #47dba9

Analogous Colors of #a947db

#a947db #db47c3 #5f47db

Monochromatic Colors of #a947db

#a947db

Complementary Color

#a947db #79db47

#a947db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a947db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a947db Color CSS Codes

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

#a947db Text Font Color

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

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


#a947db Background Color

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

This div background color is #a947db


#a947db Border Color

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

This div border color is #a947db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a947db


Comments

No comments written yet.

Please login to write comment.