Color Hex Logo

#a59fbb Color Hex

#A59FBB
(165,159,187)
0 Favorites   0 Comments

Color spaces of #a59fbb

RGB 165159187
HSL0.700.170.68
HSV253°15°73°
CMYK 0.120.150.00   0.27
XYZ36.884836.383552.0924
Yxy36.38350.29420.2902
Hunter Lab60.31873.5946-8.9808
CIE-Lab66.81197.7554-13.6441

#a59fbb color RGB value is (165,159,187).

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

The process color (four color CMYK) of #a59fbb color hex is 0.12, 0.15, 0.00, 0.27. Web safe color of #a59fbb is #9999cc. Color #a59fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011111 10111011
Octal 245 237 273
Decimal 165 159 187
Hex A5 9F BB

RGB Percentages of Color #a59fbb

%32.29
%31.12
%36.59

CMYK Percentages of Color #a59fbb

%12
%15
%0
%27

Triadic Colors of #a59fbb

#a59fbb #bba59f #9fbba5

Analogous Colors of #a59fbb

#a59fbb #b39fbb #9fa7bb

Monochromatic Colors of #a59fbb

#a59fbb

Complementary Color

#a59fbb #b5bb9f

#a59fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59fbb Color CSS Codes

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

#a59fbb Text Font Color

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

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


#a59fbb Background Color

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

This div background color is #a59fbb


#a59fbb Border Color

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

This div border color is #a59fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59fbb


Comments

No comments written yet.

Please login to write comment.