Color Hex Logo

#a861db Color Hex

#A861DB
(168,97,219)
0 Favorites   0 Comments

Color spaces of #a861db

RGB 16897219
HSL0.760.630.62
HSV275°56°86°
CMYK 0.230.560.00   0.14
XYZ33.209321.988769.5118
Yxy21.98870.26630.1763
Hunter Lab46.892144.3537-55.0657
CIE-Lab54.015050.3742-51.4962

#a861db color RGB value is (168,97,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100001 11011011
Octal 250 141 333
Decimal 168 97 219
Hex A8 61 DB

RGB Percentages of Color #a861db

%34.71
%20.04
%45.25

CMYK Percentages of Color #a861db

%23
%56
%0
%14

Triadic Colors of #a861db

#a861db #dba861 #61dba8

Analogous Colors of #a861db

#a861db #db61d1 #6b61db

Monochromatic Colors of #a861db

#a861db

Complementary Color

#a861db #94db61

#a861db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a861db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a861db Color CSS Codes

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

#a861db Text Font Color

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

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


#a861db Background Color

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

This div background color is #a861db


#a861db Border Color

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

This div border color is #a861db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a861db


Comments

No comments written yet.

Please login to write comment.