Color Hex Logo

#b97faa Color Hex

#B97FAA
(185,127,170)
0 Favorites   0 Comments

Color spaces of #b97faa

RGB 185127170
HSL0.880.290.61
HSV316°31°73°
CMYK 0.000.310.08   0.27
XYZ34.852728.395341.6741
Yxy28.39530.33220.2706
Hunter Lab53.287223.4959-9.0676
CIE-Lab60.244229.2400-13.7552

#b97faa color RGB value is (185,127,170).

#b97faa hex color red value is 185, green value is 127 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b97faa hue: 0.88 , saturation: 0.29 and the lightness value of b97faa is 0.61.

The process color (four color CMYK) of #b97faa color hex is 0.00, 0.31, 0.08, 0.27. Web safe color of #b97faa is #cc6699. Color #b97faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111111 10101010
Octal 271 177 252
Decimal 185 127 170
Hex B9 7F AA

RGB Percentages of Color #b97faa

%38.38
%26.35
%35.27

CMYK Percentages of Color #b97faa

%0
%31
%8
%27

Triadic Colors of #b97faa

#b97faa #aab97f #7faab9

Analogous Colors of #b97faa

#b97faa #b97f8d #ab7fb9

Monochromatic Colors of #b97faa

#b97faa

Complementary Color

#b97faa #7fb98e

#b97faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97faa Color CSS Codes

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

#b97faa Text Font Color

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

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


#b97faa Background Color

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

This div background color is #b97faa


#b97faa Border Color

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

This div border color is #b97faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97faa


Comments

No comments written yet.

Please login to write comment.