Color Hex Logo

#a59ddb Color Hex

#A59DDB
(165,157,219)
0 Favorites   0 Comments

Color spaces of #a59ddb

RGB 165157219
HSL0.690.460.74
HSV248°28°86°
CMYK 0.250.280.00   0.14
XYZ40.360237.227772.0763
Yxy37.22770.26970.2487
Hunter Lab61.014511.2997-27.3290
CIE-Lab67.447516.1282-30.4290

#a59ddb color RGB value is (165,157,219).

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

The process color (four color CMYK) of #a59ddb color hex is 0.25, 0.28, 0.00, 0.14. Web safe color of #a59ddb is #9999cc. Color #a59ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011101 11011011
Octal 245 235 333
Decimal 165 157 219
Hex A5 9D DB

RGB Percentages of Color #a59ddb

%30.50
%29.02
%40.48

CMYK Percentages of Color #a59ddb

%25
%28
%0
%14

Triadic Colors of #a59ddb

#a59ddb #dba59d #9ddba5

Analogous Colors of #a59ddb

#a59ddb #c49ddb #9db4db

Monochromatic Colors of #a59ddb

#a59ddb

Complementary Color

#a59ddb #d3db9d

#a59ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59ddb Color CSS Codes

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

#a59ddb Text Font Color

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

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


#a59ddb Background Color

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

This div background color is #a59ddb


#a59ddb Border Color

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

This div border color is #a59ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59ddb


Comments

No comments written yet.

Please login to write comment.