Color Hex Logo

#a689db Color Hex

#A689DB
(166,137,219)
0 Favorites   0 Comments

Color spaces of #a689db

RGB 166137219
HSL0.730.530.70
HSV261°37°86°
CMYK 0.240.370.00   0.14
XYZ37.457731.112871.0490
Yxy31.11280.26830.2228
Hunter Lab55.778822.2568-36.4762
CIE-Lab62.602727.7769-37.9500

#a689db color RGB value is (166,137,219).

#a689db hex color red value is 166, green value is 137 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a689db hue: 0.73 , saturation: 0.53 and the lightness value of a689db is 0.70.

The process color (four color CMYK) of #a689db color hex is 0.24, 0.37, 0.00, 0.14. Web safe color of #a689db is #9999cc. Color #a689db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001001 11011011
Octal 246 211 333
Decimal 166 137 219
Hex A6 89 DB

RGB Percentages of Color #a689db

%31.80
%26.25
%41.95

CMYK Percentages of Color #a689db

%24
%37
%0
%14

Triadic Colors of #a689db

#a689db #dba689 #89dba6

Analogous Colors of #a689db

#a689db #cf89db #8995db

Monochromatic Colors of #a689db

#a689db

Complementary Color

#a689db #bedb89

#a689db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a689db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a689db Color CSS Codes

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

#a689db Text Font Color

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

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


#a689db Background Color

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

This div background color is #a689db


#a689db Border Color

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

This div border color is #a689db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a689db


Comments

No comments written yet.

Please login to write comment.