Color Hex Logo

#bd879e Color Hex

#BD879E
(189,135,158)
0 Favorites   0 Comments

Color spaces of #bd879e

RGB 189135158
HSL0.930.290.64
HSV334°29°74°
CMYK 0.000.290.16   0.26
XYZ35.821830.615436.3691
Yxy30.61540.34840.2978
Hunter Lab55.331218.7326-0.2394
CIE-Lab62.181624.1758-3.9715

#bd879e color RGB value is (189,135,158).

#bd879e hex color red value is 189, green value is 135 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bd879e hue: 0.93 , saturation: 0.29 and the lightness value of bd879e is 0.64.

The process color (four color CMYK) of #bd879e color hex is 0.00, 0.29, 0.16, 0.26. Web safe color of #bd879e is #cc9999. Color #bd879e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000111 10011110
Octal 275 207 236
Decimal 189 135 158
Hex BD 87 9E

RGB Percentages of Color #bd879e

%39.21
%28.01
%32.78

CMYK Percentages of Color #bd879e

%0
%29
%16
%26

Triadic Colors of #bd879e

#bd879e #9ebd87 #879ebd

Analogous Colors of #bd879e

#bd879e #bd8b87 #bd87b9

Monochromatic Colors of #bd879e

#bd879e

Complementary Color

#bd879e #87bda6

#bd879e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd879e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd879e Color CSS Codes

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

#bd879e Text Font Color

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

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


#bd879e Background Color

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

This div background color is #bd879e


#bd879e Border Color

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

This div border color is #bd879e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd879e


Comments

No comments written yet.

Please login to write comment.