Color Hex Logo

#b976bd Color Hex

#B976BD
(185,118,189)
0 Favorites   0 Comments

Color spaces of #b976bd

RGB 185118189
HSL0.820.350.60
HSV297°38°74°
CMYK 0.020.380.00   0.26
XYZ35.671326.945351.4650
Yxy26.94530.31270.2362
Hunter Lab51.908931.8231-22.4468
CIE-Lab58.923737.7122-26.6140

#b976bd color RGB value is (185,118,189).

#b976bd hex color red value is 185, green value is 118 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b976bd hue: 0.82 , saturation: 0.35 and the lightness value of b976bd is 0.60.

The process color (four color CMYK) of #b976bd color hex is 0.02, 0.38, 0.00, 0.26. Web safe color of #b976bd is #cc66cc. Color #b976bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110110 10111101
Octal 271 166 275
Decimal 185 118 189
Hex B9 76 BD

RGB Percentages of Color #b976bd

%37.60
%23.98
%38.41

CMYK Percentages of Color #b976bd

%2
%38
%0
%26

Triadic Colors of #b976bd

#b976bd #bdb976 #76bdb9

Analogous Colors of #b976bd

#b976bd #bd769e #9676bd

Monochromatic Colors of #b976bd

#b976bd

Complementary Color

#b976bd #7abd76

#b976bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b976bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b976bd Color CSS Codes

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

#b976bd Text Font Color

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

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


#b976bd Background Color

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

This div background color is #b976bd


#b976bd Border Color

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

This div border color is #b976bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,118,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b976bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b976bd;
  -webkit-box-shadow: 1px 1px 3px 2px #b976bd;
  box-shadow:         1px 1px 3px 2px #b976bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,118,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b976bd


Comments

No comments written yet.

Please login to write comment.