Color Hex Logo

#bf899e Color Hex

#BF899E
(191,137,158)
0 Favorites   0 Comments

Color spaces of #bf899e

RGB 191137158
HSL0.940.300.64
HSV337°28°75°
CMYK 0.000.280.17   0.25
XYZ36.603131.436336.4864
Yxy31.43630.35020.3008
Hunter Lab56.068118.41160.6646
CIE-Lab62.874223.7973-2.9264

#bf899e color RGB value is (191,137,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001001 10011110
Octal 277 211 236
Decimal 191 137 158
Hex BF 89 9E

RGB Percentages of Color #bf899e

%39.30
%28.19
%32.51

CMYK Percentages of Color #bf899e

%0
%28
%17
%25

Triadic Colors of #bf899e

#bf899e #9ebf89 #899ebf

Analogous Colors of #bf899e

#bf899e #bf8f89 #bf89b9

Monochromatic Colors of #bf899e

#bf899e

Complementary Color

#bf899e #89bfaa

#bf899e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf899e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf899e Color CSS Codes

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

#bf899e Text Font Color

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

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


#bf899e Background Color

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

This div background color is #bf899e


#bf899e Border Color

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

This div border color is #bf899e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf899e


Comments

No comments written yet.

Please login to write comment.