Color Hex Logo

#a86ddb Color Hex

#A86DDB
(168,109,219)
0 Favorites   0 Comments

Color spaces of #a86ddb

RGB 168109219
HSL0.760.600.64
HSV272°50°86°
CMYK 0.230.500.00   0.14
XYZ34.403324.376669.9097
Yxy24.37660.26730.1894
Hunter Lab49.372737.9782-49.3914
CIE-Lab56.462943.9939-47.6037

#a86ddb color RGB value is (168,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101101 11011011
Octal 250 155 333
Decimal 168 109 219
Hex A8 6D DB

RGB Percentages of Color #a86ddb

%33.87
%21.98
%44.15

CMYK Percentages of Color #a86ddb

%23
%50
%0
%14

Triadic Colors of #a86ddb

#a86ddb #dba86d #6ddba8

Analogous Colors of #a86ddb

#a86ddb #db6dd7 #716ddb

Monochromatic Colors of #a86ddb

#a86ddb

Complementary Color

#a86ddb #a0db6d

#a86ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86ddb Color CSS Codes

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

#a86ddb Text Font Color

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

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


#a86ddb Background Color

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

This div background color is #a86ddb


#a86ddb Border Color

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

This div border color is #a86ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86ddb


Comments

No comments written yet.

Please login to write comment.