Color Hex Logo

#a59bdd Color Hex

#A59BDD
(165,155,221)
0 Favorites   0 Comments

Color spaces of #a59bdd

RGB 165155221
HSL0.690.490.74
HSV249°30°87°
CMYK 0.250.300.00   0.13
XYZ40.289536.662573.3597
Yxy36.66250.26800.2439
Hunter Lab60.549612.8116-29.4490
CIE-Lab67.023017.7382-32.1893

#a59bdd color RGB value is (165,155,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011011 11011101
Octal 245 233 335
Decimal 165 155 221
Hex A5 9B DD

RGB Percentages of Color #a59bdd

%30.50
%28.65
%40.85

CMYK Percentages of Color #a59bdd

%25
%30
%0
%13

Triadic Colors of #a59bdd

#a59bdd #dda59b #9bdda5

Analogous Colors of #a59bdd

#a59bdd #c69bdd #9bb2dd

Monochromatic Colors of #a59bdd

#a59bdd

Complementary Color

#a59bdd #d3dd9b

#a59bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59bdd Color CSS Codes

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

#a59bdd Text Font Color

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

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


#a59bdd Background Color

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

This div background color is #a59bdd


#a59bdd Border Color

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

This div border color is #a59bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59bdd


Comments

No comments written yet.

Please login to write comment.