Color Hex Logo

#a941db Color Hex

#A941DB
(169,65,219)
0 Favorites   0 Comments

Color spaces of #a941db

RGB 16965219
HSL0.780.680.56
HSV281°70°86°
CMYK 0.230.700.00   0.14
XYZ31.038717.330168.7270
Yxy17.33010.26510.1480
Hunter Lab41.629460.2372-68.7426
CIE-Lab48.673365.5527-60.0555

#a941db color RGB value is (169,65,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000001 11011011
Octal 251 101 333
Decimal 169 65 219
Hex A9 41 DB

RGB Percentages of Color #a941db

%37.31
%14.35
%48.34

CMYK Percentages of Color #a941db

%23
%70
%0
%14

Triadic Colors of #a941db

#a941db #dba941 #41dba9

Analogous Colors of #a941db

#a941db #db41c0 #5c41db

Monochromatic Colors of #a941db

#a941db

Complementary Color

#a941db #73db41

#a941db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a941db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a941db Color CSS Codes

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

#a941db Text Font Color

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

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


#a941db Background Color

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

This div background color is #a941db


#a941db Border Color

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

This div border color is #a941db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a941db


Comments

No comments written yet.

Please login to write comment.