Color Hex Logo

#b981bb Color Hex

#B981BB
(185,129,187)
0 Favorites   0 Comments

Color spaces of #b981bb

RGB 185129187
HSL0.830.300.62
HSV298°31°73°
CMYK 0.010.310.00   0.27
XYZ36.827529.602750.7866
Yxy29.60270.31420.2525
Hunter Lab54.408425.6070-17.2574
CIE-Lab61.309931.2820-21.8123

#b981bb color RGB value is (185,129,187).

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

The process color (four color CMYK) of #b981bb color hex is 0.01, 0.31, 0.00, 0.27. Web safe color of #b981bb is #cc99cc. Color #b981bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000001 10111011
Octal 271 201 273
Decimal 185 129 187
Hex B9 81 BB

RGB Percentages of Color #b981bb

%36.93
%25.75
%37.33

CMYK Percentages of Color #b981bb

%1
%31
%0
%27

Triadic Colors of #b981bb

#b981bb #bbb981 #81bbb9

Analogous Colors of #b981bb

#b981bb #bb81a0 #9c81bb

Monochromatic Colors of #b981bb

#b981bb

Complementary Color

#b981bb #83bb81

#b981bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b981bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b981bb Color CSS Codes

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

#b981bb Text Font Color

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

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


#b981bb Background Color

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

This div background color is #b981bb


#b981bb Border Color

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

This div border color is #b981bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b981bb


Comments

No comments written yet.

Please login to write comment.