Color Hex Logo

#bf889f Color Hex

#BF889F
(191,136,159)
0 Favorites   0 Comments

Color spaces of #bf889f

RGB 191136159
HSL0.930.300.64
HSV335°29°75°
CMYK 0.000.290.17   0.25
XYZ36.548031.187936.8945
Yxy31.18790.34930.2981
Hunter Lab55.846119.0870-0.0774
CIE-Lab62.665924.5125-3.8015

#bf889f color RGB value is (191,136,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001000 10011111
Octal 277 210 237
Decimal 191 136 159
Hex BF 88 9F

RGB Percentages of Color #bf889f

%39.30
%27.98
%32.72

CMYK Percentages of Color #bf889f

%0
%29
%17
%25

Triadic Colors of #bf889f

#bf889f #9fbf88 #889fbf

Analogous Colors of #bf889f

#bf889f #bf8d88 #bf88bb

Monochromatic Colors of #bf889f

#bf889f

Complementary Color

#bf889f #88bfa8

#bf889f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf889f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf889f Color CSS Codes

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

#bf889f Text Font Color

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

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


#bf889f Background Color

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

This div background color is #bf889f


#bf889f Border Color

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

This div border color is #bf889f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,136,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf889f


Comments

No comments written yet.

Please login to write comment.