Color Hex Logo

#b0879d Color Hex

#B0879D
(176,135,157)
0 Favorites   0 Comments

Color spaces of #b0879d

RGB 176135157
HSL0.910.210.61
HSV328°23°69°
CMYK 0.000.230.11   0.31
XYZ32.654328.992435.7733
Yxy28.99240.33520.2976
Hunter Lab53.844614.0241-1.6999
CIE-Lab60.774919.2638-5.6349

#b0879d color RGB value is (176,135,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000111 10011101
Octal 260 207 235
Decimal 176 135 157
Hex B0 87 9D

RGB Percentages of Color #b0879d

%37.61
%28.85
%33.55

CMYK Percentages of Color #b0879d

%0
%23
%11
%31

Triadic Colors of #b0879d

#b0879d #9db087 #879db0

Analogous Colors of #b0879d

#b0879d #b08789 #af87b0

Monochromatic Colors of #b0879d

#b0879d

Complementary Color

#b0879d #87b09a

#b0879d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0879d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0879d Color CSS Codes

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

#b0879d Text Font Color

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

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


#b0879d Background Color

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

This div background color is #b0879d


#b0879d Border Color

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

This div border color is #b0879d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0879d


Comments

No comments written yet.

Please login to write comment.