Color Hex Logo

#a59fda Color Hex

#A59FDA
(165,159,218)
0 Favorites   0 Comments

Color spaces of #a59fda

RGB 165159218
HSL0.680.440.74
HSV246°27°85°
CMYK 0.240.270.00   0.15
XYZ40.570137.857671.4986
Yxy37.85760.27060.2525
Hunter Lab61.528510.0227-25.8274
CIE-Lab67.915514.7612-29.1552

#a59fda color RGB value is (165,159,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011111 11011010
Octal 245 237 332
Decimal 165 159 218
Hex A5 9F DA

RGB Percentages of Color #a59fda

%30.44
%29.34
%40.22

CMYK Percentages of Color #a59fda

%24
%27
%0
%15

Triadic Colors of #a59fda

#a59fda #daa59f #9fdaa5

Analogous Colors of #a59fda

#a59fda #c39fda #9fb7da

Monochromatic Colors of #a59fda

#a59fda

Complementary Color

#a59fda #d4da9f

#a59fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59fda Color CSS Codes

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

#a59fda Text Font Color

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

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


#a59fda Background Color

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

This div background color is #a59fda


#a59fda Border Color

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

This div border color is #a59fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59fda


Comments

No comments written yet.

Please login to write comment.