Color Hex Logo

#b981bd Color Hex

#B981BD
(185,129,189)
0 Favorites   0 Comments

Color spaces of #b981bd

RGB 185129189
HSL0.820.310.62
HSV296°32°74°
CMYK 0.020.320.00   0.26
XYZ37.043129.688951.9223
Yxy29.68890.31220.2502
Hunter Lab54.487525.9993-18.3574
CIE-Lab61.384931.6688-22.8307

#b981bd color RGB value is (185,129,189).

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

The process color (four color CMYK) of #b981bd color hex is 0.02, 0.32, 0.00, 0.26. Web safe color of #b981bd is #cc99cc. Color #b981bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000001 10111101
Octal 271 201 275
Decimal 185 129 189
Hex B9 81 BD

RGB Percentages of Color #b981bd

%36.78
%25.65
%37.57

CMYK Percentages of Color #b981bd

%2
%32
%0
%26

Triadic Colors of #b981bd

#b981bd #bdb981 #81bdb9

Analogous Colors of #b981bd

#b981bd #bd81a3 #9b81bd

Monochromatic Colors of #b981bd

#b981bd

Complementary Color

#b981bd #85bd81

#b981bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b981bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b981bd Color CSS Codes

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

#b981bd Text Font Color

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

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


#b981bd Background Color

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

This div background color is #b981bd


#b981bd Border Color

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

This div border color is #b981bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b981bd


Comments

No comments written yet.

Please login to write comment.