Color Hex Logo

#a09dbc Color Hex

#A09DBC
(160,157,188)
0 Favorites   0 Comments

Color spaces of #a09dbc

RGB 160157188
HSL0.680.190.68
HSV246°16°74°
CMYK 0.150.160.00   0.26
XYZ35.631335.218452.4968
Yxy35.21840.28890.2855
Hunter Lab59.34513.3190-10.9065
CIE-Lab65.91847.4279-15.5885

#a09dbc color RGB value is (160,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011101 10111100
Octal 240 235 274
Decimal 160 157 188
Hex A0 9D BC

RGB Percentages of Color #a09dbc

%31.68
%31.09
%37.23

CMYK Percentages of Color #a09dbc

%15
%16
%0
%26

Triadic Colors of #a09dbc

#a09dbc #bca09d #9dbca0

Analogous Colors of #a09dbc

#a09dbc #b09dbc #9daabc

Monochromatic Colors of #a09dbc

#a09dbc

Complementary Color

#a09dbc #b9bc9d

#a09dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09dbc Color CSS Codes

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

#a09dbc Text Font Color

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

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


#a09dbc Background Color

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

This div background color is #a09dbc


#a09dbc Border Color

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

This div border color is #a09dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09dbc


Comments

No comments written yet.

Please login to write comment.