Color Hex Logo

#a09fbd Color Hex

#A09FBD
(160,159,189)
0 Favorites   0 Comments

Color spaces of #a09fbd

RGB 160159189
HSL0.670.190.68
HSV242°16°74°
CMYK 0.150.160.00   0.26
XYZ36.080635.944053.1803
Yxy35.94400.28820.2871
Hunter Lab59.95332.5051-10.6246
CIE-Lab66.47716.5284-15.3028

#a09fbd color RGB value is (160,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011111 10111101
Octal 240 237 275
Decimal 160 159 189
Hex A0 9F BD

RGB Percentages of Color #a09fbd

%31.50
%31.30
%37.20

CMYK Percentages of Color #a09fbd

%15
%16
%0
%26

Triadic Colors of #a09fbd

#a09fbd #bda09f #9fbda0

Analogous Colors of #a09fbd

#a09fbd #af9fbd #9fadbd

Monochromatic Colors of #a09fbd

#a09fbd

Complementary Color

#a09fbd #bcbd9f

#a09fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09fbd Color CSS Codes

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

#a09fbd Text Font Color

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

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


#a09fbd Background Color

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

This div background color is #a09fbd


#a09fbd Border Color

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

This div border color is #a09fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09fbd


Comments

No comments written yet.

Please login to write comment.