Color Hex Logo

#b189bb Color Hex

#B189BB
(177,137,187)
0 Favorites   0 Comments

Color spaces of #b189bb

RGB 177137187
HSL0.800.270.64
HSV288°27°73°
CMYK 0.050.270.00   0.27
XYZ36.046830.826351.0639
Yxy30.82630.30560.2614
Hunter Lab55.521418.7270-15.6649
CIE-Lab62.360724.1584-20.2823

#b189bb color RGB value is (177,137,187).

#b189bb hex color red value is 177, green value is 137 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b189bb hue: 0.80 , saturation: 0.27 and the lightness value of b189bb is 0.64.

The process color (four color CMYK) of #b189bb color hex is 0.05, 0.27, 0.00, 0.27. Web safe color of #b189bb is #9999cc. Color #b189bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001001 10111011
Octal 261 211 273
Decimal 177 137 187
Hex B1 89 BB

RGB Percentages of Color #b189bb

%35.33
%27.35
%37.33

CMYK Percentages of Color #b189bb

%5
%27
%0
%27

Triadic Colors of #b189bb

#b189bb #bbb189 #89bbb1

Analogous Colors of #b189bb

#b189bb #bb89ac #9889bb

Monochromatic Colors of #b189bb

#b189bb

Complementary Color

#b189bb #93bb89

#b189bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b189bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b189bb Color CSS Codes

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

#b189bb Text Font Color

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

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


#b189bb Background Color

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

This div background color is #b189bb


#b189bb Border Color

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

This div border color is #b189bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b189bb


Comments

No comments written yet.

Please login to write comment.