Color Hex Logo

#a861dd Color Hex

#A861DD
(168,97,221)
0 Favorites   0 Comments

Color spaces of #a861dd

RGB 16897221
HSL0.760.650.62
HSV274°56°87°
CMYK 0.240.560.00   0.13
XYZ33.474322.094770.9070
Yxy22.09470.26470.1747
Hunter Lab47.005044.8588-56.5354
CIE-Lab54.127350.8243-52.4471

#a861dd color RGB value is (168,97,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100001 11011101
Octal 250 141 335
Decimal 168 97 221
Hex A8 61 DD

RGB Percentages of Color #a861dd

%34.57
%19.96
%45.47

CMYK Percentages of Color #a861dd

%24
%56
%0
%13

Triadic Colors of #a861dd

#a861dd #dda861 #61dda8

Analogous Colors of #a861dd

#a861dd #dd61d4 #6a61dd

Monochromatic Colors of #a861dd

#a861dd

Complementary Color

#a861dd #96dd61

#a861dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a861dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a861dd Color CSS Codes

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

#a861dd Text Font Color

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

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


#a861dd Background Color

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

This div background color is #a861dd


#a861dd Border Color

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

This div border color is #a861dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,97,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a861dd


Comments

No comments written yet.

Please login to write comment.