Color Hex Logo

#a09fba Color Hex

#A09FBA
(160,159,186)
0 Favorites   0 Comments

Color spaces of #a09fba

RGB 160159186
HSL0.670.160.68
HSV242°15°73°
CMYK 0.140.150.00   0.27
XYZ35.758335.815051.4827
Yxy35.81500.29060.2910
Hunter Lab59.84561.9255-9.1128
CIE-Lab66.37835.8730-13.7790

#a09fba color RGB value is (160,159,186).

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

The process color (four color CMYK) of #a09fba color hex is 0.14, 0.15, 0.00, 0.27. Web safe color of #a09fba is #9999cc. Color #a09fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011111 10111010
Octal 240 237 272
Decimal 160 159 186
Hex A0 9F BA

RGB Percentages of Color #a09fba

%31.68
%31.49
%36.83

CMYK Percentages of Color #a09fba

%14
%15
%0
%27

Triadic Colors of #a09fba

#a09fba #baa09f #9fbaa0

Analogous Colors of #a09fba

#a09fba #ae9fba #9facba

Monochromatic Colors of #a09fba

#a09fba

Complementary Color

#a09fba #b9ba9f

#a09fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09fba Color CSS Codes

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

#a09fba Text Font Color

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

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


#a09fba Background Color

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

This div background color is #a09fba


#a09fba Border Color

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

This div border color is #a09fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09fba


Comments

No comments written yet.

Please login to write comment.