Color Hex Logo

#a569db Color Hex

#A569DB
(165,105,219)
0 Favorites   0 Comments

Color spaces of #a569db

RGB 165105219
HSL0.750.610.64
HSV272°52°86°
CMYK 0.250.520.00   0.14
XYZ33.354823.217069.7412
Yxy23.21700.26410.1838
Hunter Lab48.184039.2424-52.0871
CIE-Lab55.295245.3699-49.4783

#a569db color RGB value is (165,105,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101001 11011011
Octal 245 151 333
Decimal 165 105 219
Hex A5 69 DB

RGB Percentages of Color #a569db

%33.74
%21.47
%44.79

CMYK Percentages of Color #a569db

%25
%52
%0
%14

Triadic Colors of #a569db

#a569db #dba569 #69dba5

Analogous Colors of #a569db

#a569db #db69d8 #6c69db

Monochromatic Colors of #a569db

#a569db

Complementary Color

#a569db #9fdb69

#a569db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a569db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a569db Color CSS Codes

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

#a569db Text Font Color

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

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


#a569db Background Color

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

This div background color is #a569db


#a569db Border Color

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

This div border color is #a569db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a569db


Comments

No comments written yet.

Please login to write comment.