Color Hex Logo

#a59eca Color Hex

#A59ECA
(165,158,202)
0 Favorites   0 Comments

Color spaces of #a59eca

RGB 165158202
HSL0.690.290.71
HSV250°22°79°
CMYK 0.180.220.00   0.21
XYZ38.404636.717360.9401
Yxy36.71730.28230.2699
Hunter Lab60.59487.0913-17.2115
CIE-Lab67.064411.6089-21.6060

#a59eca color RGB value is (165,158,202).

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

The process color (four color CMYK) of #a59eca color hex is 0.18, 0.22, 0.00, 0.21. Web safe color of #a59eca is #9999cc. Color #a59eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011110 11001010
Octal 245 236 312
Decimal 165 158 202
Hex A5 9E CA

RGB Percentages of Color #a59eca

%31.43
%30.10
%38.48

CMYK Percentages of Color #a59eca

%18
%22
%0
%21

Triadic Colors of #a59eca

#a59eca #caa59e #9ecaa5

Analogous Colors of #a59eca

#a59eca #bb9eca #9eadca

Monochromatic Colors of #a59eca

#a59eca

Complementary Color

#a59eca #c3ca9e

#a59eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59eca Color CSS Codes

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

#a59eca Text Font Color

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

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


#a59eca Background Color

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

This div background color is #a59eca


#a59eca Border Color

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

This div border color is #a59eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59eca


Comments

No comments written yet.

Please login to write comment.