Color Hex Logo

#a59deb Color Hex

#A59DEB
(165,157,235)
0 Favorites   0 Comments

Color spaces of #a59deb

RGB 165157235
HSL0.680.660.77
HSV246°33°92°
CMYK 0.300.330.00   0.08
XYZ42.569438.111483.7099
Yxy38.11140.25900.2318
Hunter Lab61.734415.0506-37.1812
CIE-Lab68.102620.0399-38.2138

#a59deb color RGB value is (165,157,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011101 11101011
Octal 245 235 353
Decimal 165 157 235
Hex A5 9D EB

RGB Percentages of Color #a59deb

%29.62
%28.19
%42.19

CMYK Percentages of Color #a59deb

%30
%33
%0
%8

Triadic Colors of #a59deb

#a59deb #eba59d #9deba5

Analogous Colors of #a59deb

#a59deb #cc9deb #9dbceb

Monochromatic Colors of #a59deb

#a59deb

Complementary Color

#a59deb #e3eb9d

#a59deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59deb Color CSS Codes

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

#a59deb Text Font Color

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

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


#a59deb Background Color

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

This div background color is #a59deb


#a59deb Border Color

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

This div border color is #a59deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59deb


Comments

No comments written yet.

Please login to write comment.