Color Hex Logo

#a59eee Color Hex

#A59EEE
(165,158,238)
0 Favorites   0 Comments

Color spaces of #a59eee

RGB 165158238
HSL0.680.700.78
HSV245°34°93°
CMYK 0.310.340.00   0.07
XYZ43.176538.626186.0689
Yxy38.62610.25720.2301
Hunter Lab62.149915.2444-38.6034
CIE-Lab68.479620.2253-39.2691

#a59eee color RGB value is (165,158,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011110 11101110
Octal 245 236 356
Decimal 165 158 238
Hex A5 9E EE

RGB Percentages of Color #a59eee

%29.41
%28.16
%42.42

CMYK Percentages of Color #a59eee

%31
%34
%0
%7

Triadic Colors of #a59eee

#a59eee #eea59e #9eeea5

Analogous Colors of #a59eee

#a59eee #cd9eee #9ebfee

Monochromatic Colors of #a59eee

#a59eee

Complementary Color

#a59eee #e7ee9e

#a59eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59eee Color CSS Codes

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

#a59eee Text Font Color

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

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


#a59eee Background Color

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

This div background color is #a59eee


#a59eee Border Color

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

This div border color is #a59eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59eee


Comments

No comments written yet.

Please login to write comment.