Color Hex Logo

#a969db Color Hex

#A969DB
(169,105,219)
0 Favorites   0 Comments

Color spaces of #a969db

RGB 169105219
HSL0.760.610.64
HSV274°52°86°
CMYK 0.230.520.00   0.14
XYZ34.199923.652669.7807
Yxy23.65260.26800.1853
Hunter Lab48.633940.4137-51.0264
CIE-Lab55.738346.4136-48.7469

#a969db color RGB value is (169,105,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101001 11011011
Octal 251 151 333
Decimal 169 105 219
Hex A9 69 DB

RGB Percentages of Color #a969db

%34.28
%21.30
%44.42

CMYK Percentages of Color #a969db

%23
%52
%0
%14

Triadic Colors of #a969db

#a969db #dba969 #69dba9

Analogous Colors of #a969db

#a969db #db69d4 #7069db

Monochromatic Colors of #a969db

#a969db

Complementary Color

#a969db #9bdb69

#a969db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a969db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a969db Color CSS Codes

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

#a969db Text Font Color

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

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


#a969db Background Color

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

This div background color is #a969db


#a969db Border Color

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

This div border color is #a969db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a969db


Comments

No comments written yet.

Please login to write comment.