Color Hex Logo

#b99faa Color Hex

#B99FAA
(185,159,170)
0 Favorites   0 Comments

Color spaces of #b99faa

RGB 185159170
HSL0.930.160.67
HSV335°14°73°
CMYK 0.000.140.08   0.27
XYZ39.661438.012843.2770
Yxy38.01280.32790.3143
Hunter Lab61.65456.93091.5409
CIE-Lab68.030011.4357-2.1697

#b99faa color RGB value is (185,159,170).

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

The process color (four color CMYK) of #b99faa color hex is 0.00, 0.14, 0.08, 0.27. Web safe color of #b99faa is #cc9999. Color #b99faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011111 10101010
Octal 271 237 252
Decimal 185 159 170
Hex B9 9F AA

RGB Percentages of Color #b99faa

%35.99
%30.93
%33.07

CMYK Percentages of Color #b99faa

%0
%14
%8
%27

Triadic Colors of #b99faa

#b99faa #aab99f #9faab9

Analogous Colors of #b99faa

#b99faa #b9a19f #b99fb7

Monochromatic Colors of #b99faa

#b99faa

Complementary Color

#b99faa #9fb9ae

#b99faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99faa Color CSS Codes

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

#b99faa Text Font Color

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

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


#b99faa Background Color

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

This div background color is #b99faa


#b99faa Border Color

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

This div border color is #b99faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99faa


Comments

No comments written yet.

Please login to write comment.