Color Hex Logo

#a59edb Color Hex

#A59EDB
(165,158,219)
0 Favorites   0 Comments

Color spaces of #a59edb

RGB 165158219
HSL0.690.460.74
HSV247°28°86°
CMYK 0.250.280.00   0.14
XYZ40.530137.567572.1329
Yxy37.56750.26980.2501
Hunter Lab61.292310.7731-26.8718
CIE-Lab67.700615.5637-30.0382

#a59edb color RGB value is (165,158,219).

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

The process color (four color CMYK) of #a59edb color hex is 0.25, 0.28, 0.00, 0.14. Web safe color of #a59edb is #9999cc. Color #a59edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011110 11011011
Octal 245 236 333
Decimal 165 158 219
Hex A5 9E DB

RGB Percentages of Color #a59edb

%30.44
%29.15
%40.41

CMYK Percentages of Color #a59edb

%25
%28
%0
%14

Triadic Colors of #a59edb

#a59edb #dba59e #9edba5

Analogous Colors of #a59edb

#a59edb #c49edb #9eb6db

Monochromatic Colors of #a59edb

#a59edb

Complementary Color

#a59edb #d4db9e

#a59edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59edb Color CSS Codes

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

#a59edb Text Font Color

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

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


#a59edb Background Color

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

This div background color is #a59edb


#a59edb Border Color

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

This div border color is #a59edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59edb


Comments

No comments written yet.

Please login to write comment.