Color Hex Logo

#b886bf Color Hex

#B886BF
(184,134,191)
0 Favorites   0 Comments

Color spaces of #b886bf

RGB 184134191
HSL0.810.310.64
HSV293°30°75°
CMYK 0.040.300.00   0.25
XYZ37.696231.002153.2874
Yxy31.00210.30900.2541
Hunter Lab55.679523.4090-17.7671
CIE-Lab62.509428.9556-22.2493

#b886bf color RGB value is (184,134,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000110 10111111
Octal 270 206 277
Decimal 184 134 191
Hex B8 86 BF

RGB Percentages of Color #b886bf

%36.15
%26.33
%37.52

CMYK Percentages of Color #b886bf

%4
%30
%0
%25

Triadic Colors of #b886bf

#b886bf #bfb886 #86bfb8

Analogous Colors of #b886bf

#b886bf #bf86aa #9c86bf

Monochromatic Colors of #b886bf

#b886bf

Complementary Color

#b886bf #8dbf86

#b886bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b886bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b886bf Color CSS Codes

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

#b886bf Text Font Color

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

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


#b886bf Background Color

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

This div background color is #b886bf


#b886bf Border Color

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

This div border color is #b886bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b886bf


Comments

No comments written yet.

Please login to write comment.