Color Hex Logo

#b0889d Color Hex

#B0889D
(176,136,157)
0 Favorites   0 Comments

Color spaces of #b0889d

RGB 176136157
HSL0.910.200.61
HSV329°23°69°
CMYK 0.000.230.11   0.31
XYZ32.794529.272735.8200
Yxy29.27270.33500.2990
Hunter Lab54.104313.5127-1.3803
CIE-Lab61.021518.7012-5.2697

#b0889d color RGB value is (176,136,157).

#b0889d hex color red value is 176, green value is 136 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #b0889d hue: 0.91 , saturation: 0.20 and the lightness value of b0889d is 0.61.

The process color (four color CMYK) of #b0889d color hex is 0.00, 0.23, 0.11, 0.31. Web safe color of #b0889d is #999999. Color #b0889d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001000 10011101
Octal 260 210 235
Decimal 176 136 157
Hex B0 88 9D

RGB Percentages of Color #b0889d

%37.53
%29.00
%33.48

CMYK Percentages of Color #b0889d

%0
%23
%11
%31

Triadic Colors of #b0889d

#b0889d #9db088 #889db0

Analogous Colors of #b0889d

#b0889d #b08889 #af88b0

Monochromatic Colors of #b0889d

#b0889d

Complementary Color

#b0889d #88b09b

#b0889d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0889d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0889d Color CSS Codes

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

#b0889d Text Font Color

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

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


#b0889d Background Color

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

This div background color is #b0889d


#b0889d Border Color

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

This div border color is #b0889d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0889d


Comments

No comments written yet.

Please login to write comment.