Color Hex Logo

#b981bf Color Hex

#B981BF
(185,129,191)
0 Favorites   0 Comments

Color spaces of #b981bf

RGB 185129191
HSL0.820.330.63
HSV294°32°75°
CMYK 0.030.320.00   0.25
XYZ37.261829.776453.0737
Yxy29.77640.31020.2479
Hunter Lab54.567826.3958-19.4692
CIE-Lab61.460832.0588-23.8463

#b981bf color RGB value is (185,129,191).

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

The process color (four color CMYK) of #b981bf color hex is 0.03, 0.32, 0.00, 0.25. Web safe color of #b981bf is #cc99cc. Color #b981bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000001 10111111
Octal 271 201 277
Decimal 185 129 191
Hex B9 81 BF

RGB Percentages of Color #b981bf

%36.63
%25.54
%37.82

CMYK Percentages of Color #b981bf

%3
%32
%0
%25

Triadic Colors of #b981bf

#b981bf #bfb981 #81bfb9

Analogous Colors of #b981bf

#b981bf #bf81a6 #9a81bf

Monochromatic Colors of #b981bf

#b981bf

Complementary Color

#b981bf #87bf81

#b981bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b981bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b981bf Color CSS Codes

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

#b981bf Text Font Color

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

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


#b981bf Background Color

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

This div background color is #b981bf


#b981bf Border Color

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

This div border color is #b981bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b981bf


Comments

No comments written yet.

Please login to write comment.