Color Hex Logo

#a107dc Color Hex

#A107DC
(161,7,220)
0 Favorites   0 Comments

Color spaces of #a107dc

RGB 1617220
HSL0.790.940.45
HSV283°97°86°
CMYK 0.270.970.00   0.14
XYZ27.692212.896368.7398
Yxy12.89630.25330.1180
Hunter Lab35.911474.8009-88.3519
CIE-Lab42.606678.8545-70.5260

#a107dc color RGB value is (161,7,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00000111 11011100
Octal 241 7 334
Decimal 161 7 220
Hex A1 7 DC

RGB Percentages of Color #a107dc

%41.49
%1.80
%56.70

CMYK Percentages of Color #a107dc

%27
%97
%0
%14

Triadic Colors of #a107dc

#a107dc #dca107 #07dca1

Analogous Colors of #a107dc

#a107dc #dc07ad #3607dc

Monochromatic Colors of #a107dc

#a107dc

Complementary Color

#a107dc #42dc07

#a107dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a107dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a107dc Color CSS Codes

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

#a107dc Text Font Color

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

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


#a107dc Background Color

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

This div background color is #a107dc


#a107dc Border Color

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

This div border color is #a107dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a107dc


Comments

No comments written yet.

Please login to write comment.