Color Hex Logo

#a59fbd Color Hex

#A59FBD
(165,159,189)
0 Favorites   0 Comments

Color spaces of #a59fbd

RGB 165159189
HSL0.700.190.68
HSV252°16°74°
CMYK 0.130.160.00   0.26
XYZ37.100536.469753.2281
Yxy36.46970.29260.2876
Hunter Lab60.39013.9782-9.9853
CIE-Lab66.87738.1833-14.6601

#a59fbd color RGB value is (165,159,189).

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

The process color (four color CMYK) of #a59fbd color hex is 0.13, 0.16, 0.00, 0.26. Web safe color of #a59fbd is #9999cc. Color #a59fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011111 10111101
Octal 245 237 275
Decimal 165 159 189
Hex A5 9F BD

RGB Percentages of Color #a59fbd

%32.16
%30.99
%36.84

CMYK Percentages of Color #a59fbd

%13
%16
%0
%26

Triadic Colors of #a59fbd

#a59fbd #bda59f #9fbda5

Analogous Colors of #a59fbd

#a59fbd #b49fbd #9fa8bd

Monochromatic Colors of #a59fbd

#a59fbd

Complementary Color

#a59fbd #b7bd9f

#a59fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59fbd Color CSS Codes

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

#a59fbd Text Font Color

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

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


#a59fbd Background Color

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

This div background color is #a59fbd


#a59fbd Border Color

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

This div border color is #a59fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59fbd


Comments

No comments written yet.

Please login to write comment.