Color Hex Logo

#a59dea Color Hex

#A59DEA
(165,157,234)
0 Favorites   0 Comments

Color spaces of #a59dea

RGB 165157234
HSL0.680.650.77
HSV246°33°92°
CMYK 0.290.330.00   0.08
XYZ42.425338.053882.9510
Yxy38.05380.25960.2328
Hunter Lab61.687814.8085-36.5453
CIE-Lab68.060219.7905-37.7315

#a59dea color RGB value is (165,157,234).

#a59dea hex color red value is 165, green value is 157 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a59dea hue: 0.68 , saturation: 0.65 and the lightness value of a59dea is 0.77.

The process color (four color CMYK) of #a59dea color hex is 0.29, 0.33, 0.00, 0.08. Web safe color of #a59dea is #9999ff. Color #a59dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011101 11101010
Octal 245 235 352
Decimal 165 157 234
Hex A5 9D EA

RGB Percentages of Color #a59dea

%29.68
%28.24
%42.09

CMYK Percentages of Color #a59dea

%29
%33
%0
%8

Triadic Colors of #a59dea

#a59dea #eaa59d #9deaa5

Analogous Colors of #a59dea

#a59dea #cc9dea #9dbcea

Monochromatic Colors of #a59dea

#a59dea

Complementary Color

#a59dea #e2ea9d

#a59dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59dea Color CSS Codes

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

#a59dea Text Font Color

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

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


#a59dea Background Color

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

This div background color is #a59dea


#a59dea Border Color

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

This div border color is #a59dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59dea


Comments

No comments written yet.

Please login to write comment.