Color Hex Logo

#a59ebb Color Hex

#A59EBB
(165,158,187)
0 Favorites   0 Comments

Color spaces of #a59ebb

RGB 165158187
HSL0.710.180.68
HSV254°16°73°
CMYK 0.120.160.00   0.27
XYZ36.713636.040952.0353
Yxy36.04090.29420.2888
Hunter Lab60.03414.1013-9.3665
CIE-Lab66.55128.3142-14.0365

#a59ebb color RGB value is (165,158,187).

#a59ebb hex color red value is 165, green value is 158 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a59ebb hue: 0.71 , saturation: 0.18 and the lightness value of a59ebb is 0.68.

The process color (four color CMYK) of #a59ebb color hex is 0.12, 0.16, 0.00, 0.27. Web safe color of #a59ebb is #9999cc. Color #a59ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011110 10111011
Octal 245 236 273
Decimal 165 158 187
Hex A5 9E BB

RGB Percentages of Color #a59ebb

%32.35
%30.98
%36.67

CMYK Percentages of Color #a59ebb

%12
%16
%0
%27

Triadic Colors of #a59ebb

#a59ebb #bba59e #9ebba5

Analogous Colors of #a59ebb

#a59ebb #b49ebb #9ea6bb

Monochromatic Colors of #a59ebb

#a59ebb

Complementary Color

#a59ebb #b4bb9e

#a59ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59ebb Color CSS Codes

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

#a59ebb Text Font Color

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

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


#a59ebb Background Color

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

This div background color is #a59ebb


#a59ebb Border Color

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

This div border color is #a59ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59ebb


Comments

No comments written yet.

Please login to write comment.