Color Hex Logo

#b986bf Color Hex

#B986BF
(185,134,191)
0 Favorites   0 Comments

Color spaces of #b986bf

RGB 185134191
HSL0.820.310.64
HSV294°30°75°
CMYK 0.030.300.00   0.25
XYZ37.936731.126153.2987
Yxy31.12610.31000.2544
Hunter Lab55.790823.7429-17.5881
CIE-Lab62.613929.2846-22.0802

#b986bf color RGB value is (185,134,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000110 10111111
Octal 271 206 277
Decimal 185 134 191
Hex B9 86 BF

RGB Percentages of Color #b986bf

%36.27
%26.27
%37.45

CMYK Percentages of Color #b986bf

%3
%30
%0
%25

Triadic Colors of #b986bf

#b986bf #bfb986 #86bfb9

Analogous Colors of #b986bf

#b986bf #bf86a9 #9d86bf

Monochromatic Colors of #b986bf

#b986bf

Complementary Color

#b986bf #8cbf86

#b986bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b986bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b986bf Color CSS Codes

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

#b986bf Text Font Color

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

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


#b986bf Background Color

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

This div background color is #b986bf


#b986bf Border Color

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

This div border color is #b986bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b986bf


Comments

No comments written yet.

Please login to write comment.