Color Hex Logo

#bd899d Color Hex

#BD899D
(189,137,157)
0 Favorites   0 Comments

Color spaces of #bd899d

RGB 189137157
HSL0.940.280.64
HSV337°28°74°
CMYK 0.000.280.17   0.26
XYZ36.017731.144536.0114
Yxy31.14450.34910.3019
Hunter Lab55.807317.54020.8063
CIE-Lab62.629422.9028-2.7430

#bd899d color RGB value is (189,137,157).

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

The process color (four color CMYK) of #bd899d color hex is 0.00, 0.28, 0.17, 0.26. Web safe color of #bd899d is #cc9999. Color #bd899d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001001 10011101
Octal 275 211 235
Decimal 189 137 157
Hex BD 89 9D

RGB Percentages of Color #bd899d

%39.13
%28.36
%32.51

CMYK Percentages of Color #bd899d

%0
%28
%17
%26

Triadic Colors of #bd899d

#bd899d #9dbd89 #899dbd

Analogous Colors of #bd899d

#bd899d #bd8f89 #bd89b7

Monochromatic Colors of #bd899d

#bd899d

Complementary Color

#bd899d #89bda9

#bd899d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd899d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd899d Color CSS Codes

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

#bd899d Text Font Color

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

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


#bd899d Background Color

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

This div background color is #bd899d


#bd899d Border Color

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

This div border color is #bd899d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,137,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd899d


Comments

No comments written yet.

Please login to write comment.