Color Hex Logo

#a59cee Color Hex

#A59CEE
(165,156,238)
0 Favorites   0 Comments

Color spaces of #a59cee

RGB 165156238
HSL0.680.710.77
HSV247°34°93°
CMYK 0.310.340.00   0.07
XYZ42.838137.949385.9561
Yxy37.94930.25690.2276
Hunter Lab61.603016.3218-39.6066
CIE-Lab67.983221.3578-40.0440

#a59cee color RGB value is (165,156,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011100 11101110
Octal 245 234 356
Decimal 165 156 238
Hex A5 9C EE

RGB Percentages of Color #a59cee

%29.52
%27.91
%42.58

CMYK Percentages of Color #a59cee

%31
%34
%0
%7

Triadic Colors of #a59cee

#a59cee #eea59c #9ceea5

Analogous Colors of #a59cee

#a59cee #ce9cee #9cbcee

Monochromatic Colors of #a59cee

#a59cee

Complementary Color

#a59cee #e5ee9c

#a59cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59cee Color CSS Codes

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

#a59cee Text Font Color

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

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


#a59cee Background Color

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

This div background color is #a59cee


#a59cee Border Color

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

This div border color is #a59cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,156,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 #a59cee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59cee


Comments

No comments written yet.

Please login to write comment.