Color Hex Logo

#a69bdb Color Hex

#A69BDB
(166,155,219)
0 Favorites   0 Comments

Color spaces of #a69bdb

RGB 166155219
HSL0.700.470.73
HSV250°29°86°
CMYK 0.240.290.00   0.14
XYZ40.233436.664271.9742
Yxy36.66420.27030.2463
Hunter Lab60.551012.6410-28.0897
CIE-Lab67.024317.5583-31.0763

#a69bdb color RGB value is (166,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011011 11011011
Octal 246 233 333
Decimal 166 155 219
Hex A6 9B DB

RGB Percentages of Color #a69bdb

%30.74
%28.70
%40.56

CMYK Percentages of Color #a69bdb

%24
%29
%0
%14

Triadic Colors of #a69bdb

#a69bdb #dba69b #9bdba6

Analogous Colors of #a69bdb

#a69bdb #c69bdb #9bb0db

Monochromatic Colors of #a69bdb

#a69bdb

Complementary Color

#a69bdb #d0db9b

#a69bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69bdb Color CSS Codes

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

#a69bdb Text Font Color

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

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


#a69bdb Background Color

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

This div background color is #a69bdb


#a69bdb Border Color

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

This div border color is #a69bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69bdb


Comments

No comments written yet.

Please login to write comment.