Color Hex Logo

#a59ecc Color Hex

#A59ECC
(165,158,204)
0 Favorites   0 Comments

Color spaces of #a59ecc

RGB 165158204
HSL0.690.310.71
HSV249°23°80°
CMYK 0.190.230.00   0.20
XYZ38.643036.812762.1956
Yxy36.81270.28070.2674
Hunter Lab60.67357.5083-18.3060
CIE-Lab67.136312.0624-22.6062

#a59ecc color RGB value is (165,158,204).

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

The process color (four color CMYK) of #a59ecc color hex is 0.19, 0.23, 0.00, 0.20. Web safe color of #a59ecc is #9999cc. Color #a59ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011110 11001100
Octal 245 236 314
Decimal 165 158 204
Hex A5 9E CC

RGB Percentages of Color #a59ecc

%31.31
%29.98
%38.71

CMYK Percentages of Color #a59ecc

%19
%23
%0
%20

Triadic Colors of #a59ecc

#a59ecc #cca59e #9ecca5

Analogous Colors of #a59ecc

#a59ecc #bc9ecc #9eaecc

Monochromatic Colors of #a59ecc

#a59ecc

Complementary Color

#a59ecc #c5cc9e

#a59ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59ecc Color CSS Codes

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

#a59ecc Text Font Color

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

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


#a59ecc Background Color

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

This div background color is #a59ecc


#a59ecc Border Color

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

This div border color is #a59ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59ecc


Comments

No comments written yet.

Please login to write comment.