Color Hex Logo

#a861dc Color Hex

#A861DC
(168,97,220)
0 Favorites   0 Comments

Color spaces of #a861dc

RGB 16897220
HSL0.760.640.62
HSV275°56°86°
CMYK 0.240.560.00   0.14
XYZ33.341422.041570.2073
Yxy22.04150.26550.1755
Hunter Lab46.948444.6060-55.7993
CIE-Lab54.071050.5992-51.9721

#a861dc color RGB value is (168,97,220).

#a861dc hex color red value is 168, green value is 97 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a861dc hue: 0.76 , saturation: 0.64 and the lightness value of a861dc is 0.62.

The process color (four color CMYK) of #a861dc color hex is 0.24, 0.56, 0.00, 0.14. Web safe color of #a861dc is #9966cc. Color #a861dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100001 11011100
Octal 250 141 334
Decimal 168 97 220
Hex A8 61 DC

RGB Percentages of Color #a861dc

%34.64
%20.00
%45.36

CMYK Percentages of Color #a861dc

%24
%56
%0
%14

Triadic Colors of #a861dc

#a861dc #dca861 #61dca8

Analogous Colors of #a861dc

#a861dc #dc61d3 #6b61dc

Monochromatic Colors of #a861dc

#a861dc

Complementary Color

#a861dc #95dc61

#a861dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a861dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a861dc Color CSS Codes

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

#a861dc Text Font Color

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

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


#a861dc Background Color

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

This div background color is #a861dc


#a861dc Border Color

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

This div border color is #a861dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a861dc


Comments

No comments written yet.

Please login to write comment.