Color Hex Logo

#ab9fba Color Hex

#AB9FBA
(171,159,186)
0 Favorites   0 Comments

Color spaces of #ab9fba

RGB 171159186
HSL0.740.160.68
HSV267°15°73°
CMYK 0.080.150.00   0.27
XYZ38.055636.999451.5902
Yxy36.99940.30050.2922
Hunter Lab60.82715.2284-7.7075
CIE-Lab67.27669.5712-12.3387

#ab9fba color RGB value is (171,159,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011111 10111010
Octal 253 237 272
Decimal 171 159 186
Hex AB 9F BA

RGB Percentages of Color #ab9fba

%33.14
%30.81
%36.05

CMYK Percentages of Color #ab9fba

%8
%15
%0
%27

Triadic Colors of #ab9fba

#ab9fba #baab9f #9fbaab

Analogous Colors of #ab9fba

#ab9fba #b99fba #9fa1ba

Monochromatic Colors of #ab9fba

#ab9fba

Complementary Color

#ab9fba #aeba9f

#ab9fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9fba Color CSS Codes

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

#ab9fba Text Font Color

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

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


#ab9fba Background Color

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

This div background color is #ab9fba


#ab9fba Border Color

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

This div border color is #ab9fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9fba


Comments

No comments written yet.

Please login to write comment.