Color Hex Logo

#b97daa Color Hex

#B97DAA
(185,125,170)
0 Favorites   0 Comments

Color spaces of #b97daa

RGB 185125170
HSL0.880.300.61
HSV315°32°73°
CMYK 0.000.320.08   0.27
XYZ34.596927.883841.5889
Yxy27.88380.33240.2679
Hunter Lab52.805124.5408-9.7328
CIE-Lab59.783630.3476-14.4503

#b97daa color RGB value is (185,125,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111101 10101010
Octal 271 175 252
Decimal 185 125 170
Hex B9 7D AA

RGB Percentages of Color #b97daa

%38.54
%26.04
%35.42

CMYK Percentages of Color #b97daa

%0
%32
%8
%27

Triadic Colors of #b97daa

#b97daa #aab97d #7daab9

Analogous Colors of #b97daa

#b97daa #b97d8c #aa7db9

Monochromatic Colors of #b97daa

#b97daa

Complementary Color

#b97daa #7db98c

#b97daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97daa Color CSS Codes

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

#b97daa Text Font Color

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

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


#b97daa Background Color

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

This div background color is #b97daa


#b97daa Border Color

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

This div border color is #b97daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97daa


Comments

No comments written yet.

Please login to write comment.