Color Hex Logo

#a089bd Color Hex

#A089BD
(160,137,189)
0 Favorites   0 Comments

Color spaces of #a089bd

RGB 160137189
HSL0.740.280.64
HSV267°28°74°
CMYK 0.150.280.00   0.26
XYZ32.628229.039052.0295
Yxy29.03900.28700.2554
Hunter Lab53.887813.7751-19.5239
CIE-Lab60.816018.9933-23.9189

#a089bd color RGB value is (160,137,189).

#a089bd hex color red value is 160, green value is 137 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a089bd hue: 0.74 , saturation: 0.28 and the lightness value of a089bd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001001 10111101
Octal 240 211 275
Decimal 160 137 189
Hex A0 89 BD

RGB Percentages of Color #a089bd

%32.92
%28.19
%38.89

CMYK Percentages of Color #a089bd

%15
%28
%0
%26

Triadic Colors of #a089bd

#a089bd #bda089 #89bda0

Analogous Colors of #a089bd

#a089bd #ba89bd #898cbd

Monochromatic Colors of #a089bd

#a089bd

Complementary Color

#a089bd #a6bd89

#a089bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a089bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a089bd Color CSS Codes

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

#a089bd Text Font Color

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

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


#a089bd Background Color

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

This div background color is #a089bd


#a089bd Border Color

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

This div border color is #a089bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a089bd


Comments

No comments written yet.

Please login to write comment.