Color Hex Logo

#a59ebe Color Hex

#A59EBE
(165,158,190)
0 Favorites   0 Comments

Color spaces of #a59ebe

RGB 165158190
HSL0.700.200.68
HSV253°17°75°
CMYK 0.130.170.00   0.25
XYZ37.038236.170853.7447
Yxy36.17080.29170.2849
Hunter Lab60.14224.6794-10.8837
CIE-Lab66.65028.9572-15.5596

#a59ebe color RGB value is (165,158,190).

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

The process color (four color CMYK) of #a59ebe color hex is 0.13, 0.17, 0.00, 0.25. Web safe color of #a59ebe is #9999cc. Color #a59ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011110 10111110
Octal 245 236 276
Decimal 165 158 190
Hex A5 9E BE

RGB Percentages of Color #a59ebe

%32.16
%30.80
%37.04

CMYK Percentages of Color #a59ebe

%13
%17
%0
%25

Triadic Colors of #a59ebe

#a59ebe #bea59e #9ebea5

Analogous Colors of #a59ebe

#a59ebe #b59ebe #9ea7be

Monochromatic Colors of #a59ebe

#a59ebe

Complementary Color

#a59ebe #b7be9e

#a59ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59ebe Color CSS Codes

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

#a59ebe Text Font Color

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

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


#a59ebe Background Color

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

This div background color is #a59ebe


#a59ebe Border Color

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

This div border color is #a59ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59ebe


Comments

No comments written yet.

Please login to write comment.