Color Hex Logo

#a59dda Color Hex

#A59DDA
(165,157,218)
0 Favorites   0 Comments

Color spaces of #a59dda

RGB 165157218
HSL0.690.450.74
HSV248°28°85°
CMYK 0.240.280.00   0.15
XYZ40.228937.175271.3849
Yxy37.17520.27040.2499
Hunter Lab60.971511.0740-26.7362
CIE-Lab67.408315.8894-29.9376

#a59dda color RGB value is (165,157,218).

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

The process color (four color CMYK) of #a59dda color hex is 0.24, 0.28, 0.00, 0.15. Web safe color of #a59dda is #9999cc. Color #a59dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011101 11011010
Octal 245 235 332
Decimal 165 157 218
Hex A5 9D DA

RGB Percentages of Color #a59dda

%30.56
%29.07
%40.37

CMYK Percentages of Color #a59dda

%24
%28
%0
%15

Triadic Colors of #a59dda

#a59dda #daa59d #9ddaa5

Analogous Colors of #a59dda

#a59dda #c49dda #9db4da

Monochromatic Colors of #a59dda

#a59dda

Complementary Color

#a59dda #d2da9d

#a59dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59dda Color CSS Codes

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

#a59dda Text Font Color

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

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


#a59dda Background Color

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

This div background color is #a59dda


#a59dda Border Color

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

This div border color is #a59dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,157,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a59dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59dda


Comments

No comments written yet.

Please login to write comment.