Color Hex Logo

#a69fdb Color Hex

#A69FDB
(166,159,219)
0 Favorites   0 Comments

Color spaces of #a69fdb

RGB 166159219
HSL0.690.450.74
HSV247°27°86°
CMYK 0.240.270.00   0.14
XYZ40.910238.017772.1998
Yxy38.01770.27070.2516
Hunter Lab61.658510.5318-26.2654
CIE-Lab68.033715.3011-29.5179

#a69fdb color RGB value is (166,159,219).

#a69fdb hex color red value is 166, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a69fdb hue: 0.69 , saturation: 0.45 and the lightness value of a69fdb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011111 11011011
Octal 246 237 333
Decimal 166 159 219
Hex A6 9F DB

RGB Percentages of Color #a69fdb

%30.51
%29.23
%40.26

CMYK Percentages of Color #a69fdb

%24
%27
%0
%14

Triadic Colors of #a69fdb

#a69fdb #dba69f #9fdba6

Analogous Colors of #a69fdb

#a69fdb #c49fdb #9fb6db

Monochromatic Colors of #a69fdb

#a69fdb

Complementary Color

#a69fdb #d4db9f

#a69fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69fdb Color CSS Codes

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

#a69fdb Text Font Color

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

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


#a69fdb Background Color

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

This div background color is #a69fdb


#a69fdb Border Color

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

This div border color is #a69fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69fdb


Comments

No comments written yet.

Please login to write comment.