Color Hex Logo

#a486db Color Hex

#A486DB
(164,134,219)
0 Favorites   0 Comments

Color spaces of #a486db

RGB 164134219
HSL0.730.540.69
HSV261°39°86°
CMYK 0.250.390.00   0.14
XYZ36.621130.057270.8893
Yxy30.05720.26620.2185
Hunter Lab54.824423.2899-38.2863
CIE-Lab61.703528.9030-39.3703

#a486db color RGB value is (164,134,219).

#a486db hex color red value is 164, green value is 134 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a486db hue: 0.73 , saturation: 0.54 and the lightness value of a486db is 0.69.

The process color (four color CMYK) of #a486db color hex is 0.25, 0.39, 0.00, 0.14. Web safe color of #a486db is #9999cc. Color #a486db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000110 11011011
Octal 244 206 333
Decimal 164 134 219
Hex A4 86 DB

RGB Percentages of Color #a486db

%31.72
%25.92
%42.36

CMYK Percentages of Color #a486db

%25
%39
%0
%14

Triadic Colors of #a486db

#a486db #dba486 #86dba4

Analogous Colors of #a486db

#a486db #cf86db #8693db

Monochromatic Colors of #a486db

#a486db

Complementary Color

#a486db #bddb86

#a486db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a486db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a486db Color CSS Codes

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

#a486db Text Font Color

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

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


#a486db Background Color

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

This div background color is #a486db


#a486db Border Color

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

This div border color is #a486db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a486db


Comments

No comments written yet.

Please login to write comment.