Color Hex Logo

#a59ddd Color Hex

#A59DDD
(165,157,221)
0 Favorites   0 Comments

Color spaces of #a59ddd

RGB 165157221
HSL0.690.480.74
HSV248°29°87°
CMYK 0.250.290.00   0.13
XYZ40.625237.333773.4716
Yxy37.33370.26830.2465
Hunter Lab61.101311.7543-28.5227
CIE-Lab67.526616.6079-31.4102

#a59ddd color RGB value is (165,157,221).

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

The process color (four color CMYK) of #a59ddd color hex is 0.25, 0.29, 0.00, 0.13. Web safe color of #a59ddd is #9999cc. Color #a59ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011101 11011101
Octal 245 235 335
Decimal 165 157 221
Hex A5 9D DD

RGB Percentages of Color #a59ddd

%30.39
%28.91
%40.70

CMYK Percentages of Color #a59ddd

%25
%29
%0
%13

Triadic Colors of #a59ddd

#a59ddd #dda59d #9ddda5

Analogous Colors of #a59ddd

#a59ddd #c59ddd #9db5dd

Monochromatic Colors of #a59ddd

#a59ddd

Complementary Color

#a59ddd #d5dd9d

#a59ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59ddd Color CSS Codes

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

#a59ddd Text Font Color

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

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


#a59ddd Background Color

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

This div background color is #a59ddd


#a59ddd Border Color

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

This div border color is #a59ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59ddd


Comments

No comments written yet.

Please login to write comment.