Color Hex Logo

#a59dbc Color Hex

#A59DBC
(165,157,188)
0 Favorites   0 Comments

Color spaces of #a59dbc

RGB 165157188
HSL0.710.190.68
HSV255°16°74°
CMYK 0.120.160.00   0.26
XYZ36.651135.744152.5445
Yxy35.74410.29340.2861
Hunter Lab59.78644.8005-10.2578
CIE-Lab66.32399.0869-14.9367

#a59dbc color RGB value is (165,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011101 10111100
Octal 245 235 274
Decimal 165 157 188
Hex A5 9D BC

RGB Percentages of Color #a59dbc

%32.35
%30.78
%36.86

CMYK Percentages of Color #a59dbc

%12
%16
%0
%26

Triadic Colors of #a59dbc

#a59dbc #bca59d #9dbca5

Analogous Colors of #a59dbc

#a59dbc #b59dbc #9da5bc

Monochromatic Colors of #a59dbc

#a59dbc

Complementary Color

#a59dbc #b4bc9d

#a59dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59dbc Color CSS Codes

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

#a59dbc Text Font Color

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

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


#a59dbc Background Color

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

This div background color is #a59dbc


#a59dbc Border Color

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

This div border color is #a59dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59dbc


Comments

No comments written yet.

Please login to write comment.