Color Hex Logo

#a109dc Color Hex

#A109DC
(161,9,220)
0 Favorites   0 Comments

Color spaces of #a109dc

RGB 1619220
HSL0.790.920.45
HSV283°96°86°
CMYK 0.270.960.00   0.14
XYZ27.713912.939768.7471
Yxy12.93970.25330.1183
Hunter Lab35.971874.5719-88.1312
CIE-Lab42.672278.6580-70.4189

#a109dc color RGB value is (161,9,220).

#a109dc hex color red value is 161, green value is 9 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a109dc hue: 0.79 , saturation: 0.92 and the lightness value of a109dc is 0.45.

The process color (four color CMYK) of #a109dc color hex is 0.27, 0.96, 0.00, 0.14. Web safe color of #a109dc is #9900cc. Color #a109dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001001 11011100
Octal 241 11 334
Decimal 161 9 220
Hex A1 9 DC

RGB Percentages of Color #a109dc

%41.28
%2.31
%56.41

CMYK Percentages of Color #a109dc

%27
%96
%0
%14

Triadic Colors of #a109dc

#a109dc #dca109 #09dca1

Analogous Colors of #a109dc

#a109dc #dc09ae #3709dc

Monochromatic Colors of #a109dc

#a109dc

Complementary Color

#a109dc #44dc09

#a109dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a109dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a109dc Color CSS Codes

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

#a109dc Text Font Color

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

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


#a109dc Background Color

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

This div background color is #a109dc


#a109dc Border Color

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

This div border color is #a109dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,9,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a109dc


Comments

No comments written yet.

Please login to write comment.