Color Hex Logo

#a09dbf Color Hex

#A09DBF
(160,157,191)
0 Favorites   0 Comments

Color spaces of #a09dbf

RGB 160157191
HSL0.680.210.68
HSV245°18°75°
CMYK 0.160.180.00   0.25
XYZ35.958135.349154.2181
Yxy35.34910.28650.2816
Hunter Lab59.45513.9093-12.4490
CIE-Lab66.01968.0905-17.1096

#a09dbf color RGB value is (160,157,191).

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

The process color (four color CMYK) of #a09dbf color hex is 0.16, 0.18, 0.00, 0.25. Web safe color of #a09dbf is #9999cc. Color #a09dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011101 10111111
Octal 240 235 277
Decimal 160 157 191
Hex A0 9D BF

RGB Percentages of Color #a09dbf

%31.50
%30.91
%37.60

CMYK Percentages of Color #a09dbf

%16
%18
%0
%25

Triadic Colors of #a09dbf

#a09dbf #bfa09d #9dbfa0

Analogous Colors of #a09dbf

#a09dbf #b19dbf #9dabbf

Monochromatic Colors of #a09dbf

#a09dbf

Complementary Color

#a09dbf #bcbf9d

#a09dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09dbf Color CSS Codes

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

#a09dbf Text Font Color

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

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


#a09dbf Background Color

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

This div background color is #a09dbf


#a09dbf Border Color

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

This div border color is #a09dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09dbf


Comments

No comments written yet.

Please login to write comment.