Color Hex Logo

#a59cdd Color Hex

#A59CDD
(165,156,221)
0 Favorites   0 Comments

Color spaces of #a59cdd

RGB 165156221
HSL0.690.490.74
HSV248°29°87°
CMYK 0.250.290.00   0.13
XYZ40.456736.996773.4154
Yxy36.99670.26820.2452
Hunter Lab60.824912.2828-28.9853
CIE-Lab67.274617.1730-31.8001

#a59cdd color RGB value is (165,156,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011100 11011101
Octal 245 234 335
Decimal 165 156 221
Hex A5 9C DD

RGB Percentages of Color #a59cdd

%30.44
%28.78
%40.77

CMYK Percentages of Color #a59cdd

%25
%29
%0
%13

Triadic Colors of #a59cdd

#a59cdd #dda59c #9cdda5

Analogous Colors of #a59cdd

#a59cdd #c69cdd #9cb4dd

Monochromatic Colors of #a59cdd

#a59cdd

Complementary Color

#a59cdd #d4dd9c

#a59cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59cdd Color CSS Codes

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

#a59cdd Text Font Color

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

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


#a59cdd Background Color

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

This div background color is #a59cdd


#a59cdd Border Color

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

This div border color is #a59cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59cdd


Comments

No comments written yet.

Please login to write comment.