Color Hex Logo

#a59cb0 Color Hex

#A59CB0
(165,156,176)
0 Favorites   0 Comments

Color spaces of #a59cb0

RGB 165156176
HSL0.740.110.65
HSV267°11°69°
CMYK 0.060.110.00   0.31
XYZ35.242034.910945.9553
Yxy34.91090.30350.3007
Hunter Lab59.08543.0683-4.7546
CIE-Lab65.67927.1407-9.1958

#a59cb0 color RGB value is (165,156,176).

#a59cb0 hex color red value is 165, green value is 156 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #a59cb0 hue: 0.74 , saturation: 0.11 and the lightness value of a59cb0 is 0.65.

The process color (four color CMYK) of #a59cb0 color hex is 0.06, 0.11, 0.00, 0.31. Web safe color of #a59cb0 is #999999. Color #a59cb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011100 10110000
Octal 245 234 260
Decimal 165 156 176
Hex A5 9C B0

RGB Percentages of Color #a59cb0

%33.20
%31.39
%35.41

CMYK Percentages of Color #a59cb0

%6
%11
%0
%31

Triadic Colors of #a59cb0

#a59cb0 #b0a59c #9cb0a5

Analogous Colors of #a59cb0

#a59cb0 #af9cb0 #9c9db0

Monochromatic Colors of #a59cb0

#a59cb0

Complementary Color

#a59cb0 #a7b09c

#a59cb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59cb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59cb0 Color CSS Codes

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

#a59cb0 Text Font Color

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

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


#a59cb0 Background Color

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

This div background color is #a59cb0


#a59cb0 Border Color

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

This div border color is #a59cb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59cb0

#a59cb0 Color Palettes


Comments

No comments written yet.

Please login to write comment.