Color Hex Logo

#bf889b Color Hex

#BF889B
(191,136,155)
0 Favorites   0 Comments

Color spaces of #bf889b

RGB 191136155
HSL0.940.300.64
HSV339°29°75°
CMYK 0.000.290.19   0.25
XYZ36.206431.051235.0955
Yxy31.05120.35370.3034
Hunter Lab55.723618.46401.6649
CIE-Lab62.550823.8723-1.6958

#bf889b color RGB value is (191,136,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001000 10011011
Octal 277 210 233
Decimal 191 136 155
Hex BF 88 9B

RGB Percentages of Color #bf889b

%39.63
%28.22
%32.16

CMYK Percentages of Color #bf889b

%0
%29
%19
%25

Triadic Colors of #bf889b

#bf889b #9bbf88 #889bbf

Analogous Colors of #bf889b

#bf889b #bf9188 #bf88b7

Monochromatic Colors of #bf889b

#bf889b

Complementary Color

#bf889b #88bfac

#bf889b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf889b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf889b Color CSS Codes

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

#bf889b Text Font Color

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

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


#bf889b Background Color

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

This div background color is #bf889b


#bf889b Border Color

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

This div border color is #bf889b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf889b


Comments

No comments written yet.

Please login to write comment.