Color Hex Logo

#a59eef Color Hex

#A59EEF
(165,158,239)
0 Favorites   0 Comments

Color spaces of #a59eef

RGB 165158239
HSL0.680.720.78
HSV245°34°94°
CMYK 0.310.340.00   0.06
XYZ43.323938.685086.8449
Yxy38.68500.25660.2291
Hunter Lab62.197315.4901-39.2475
CIE-Lab68.522520.4772-39.7492

#a59eef color RGB value is (165,158,239).

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

The process color (four color CMYK) of #a59eef color hex is 0.31, 0.34, 0.00, 0.06. Web safe color of #a59eef is #9999ff. Color #a59eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011110 11101111
Octal 245 236 357
Decimal 165 158 239
Hex A5 9E EF

RGB Percentages of Color #a59eef

%29.36
%28.11
%42.53

CMYK Percentages of Color #a59eef

%31
%34
%0
%6

Triadic Colors of #a59eef

#a59eef #efa59e #9eefa5

Analogous Colors of #a59eef

#a59eef #ce9eef #9ec0ef

Monochromatic Colors of #a59eef

#a59eef

Complementary Color

#a59eef #e8ef9e

#a59eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59eef Color CSS Codes

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

#a59eef Text Font Color

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

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


#a59eef Background Color

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

This div background color is #a59eef


#a59eef Border Color

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

This div border color is #a59eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59eef


Comments

No comments written yet.

Please login to write comment.