Color Hex Logo

#a09cbd Color Hex

#A09CBD
(160,156,189)
0 Favorites   0 Comments

Color spaces of #a09cbd

RGB 160156189
HSL0.690.200.68
HSV247°17°74°
CMYK 0.150.170.00   0.26
XYZ35.571034.924653.0104
Yxy34.92460.28800.2828
Hunter Lab59.09704.0208-11.8156
CIE-Lab65.68998.2090-16.4921

#a09cbd color RGB value is (160,156,189).

#a09cbd hex color red value is 160, green value is 156 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a09cbd hue: 0.69 , saturation: 0.20 and the lightness value of a09cbd is 0.68.

The process color (four color CMYK) of #a09cbd color hex is 0.15, 0.17, 0.00, 0.26. Web safe color of #a09cbd is #9999cc. Color #a09cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011100 10111101
Octal 240 234 275
Decimal 160 156 189
Hex A0 9C BD

RGB Percentages of Color #a09cbd

%31.68
%30.89
%37.43

CMYK Percentages of Color #a09cbd

%15
%17
%0
%26

Triadic Colors of #a09cbd

#a09cbd #bda09c #9cbda0

Analogous Colors of #a09cbd

#a09cbd #b19cbd #9ca9bd

Monochromatic Colors of #a09cbd

#a09cbd

Complementary Color

#a09cbd #b9bd9c

#a09cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09cbd Color CSS Codes

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

#a09cbd Text Font Color

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

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


#a09cbd Background Color

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

This div background color is #a09cbd


#a09cbd Border Color

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

This div border color is #a09cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,156,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 #a09cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09cbd


Comments

No comments written yet.

Please login to write comment.