Color Hex Logo

#b086bb Color Hex

#B086BB
(176,134,187)
0 Favorites   0 Comments

Color spaces of #b086bb

RGB 176134187
HSL0.800.280.63
HSV288°28°73°
CMYK 0.060.280.00   0.27
XYZ35.399229.868250.9131
Yxy29.86820.30470.2571
Hunter Lab54.651819.9778-16.9777
CIE-Lab61.540325.5141-21.5436

#b086bb color RGB value is (176,134,187).

#b086bb hex color red value is 176, green value is 134 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b086bb hue: 0.80 , saturation: 0.28 and the lightness value of b086bb is 0.63.

The process color (four color CMYK) of #b086bb color hex is 0.06, 0.28, 0.00, 0.27. Web safe color of #b086bb is #9999cc. Color #b086bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000110 10111011
Octal 260 206 273
Decimal 176 134 187
Hex B0 86 BB

RGB Percentages of Color #b086bb

%35.41
%26.96
%37.63

CMYK Percentages of Color #b086bb

%6
%28
%0
%27

Triadic Colors of #b086bb

#b086bb #bbb086 #86bbb0

Analogous Colors of #b086bb

#b086bb #bb86ac #9686bb

Monochromatic Colors of #b086bb

#b086bb

Complementary Color

#b086bb #91bb86

#b086bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b086bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b086bb Color CSS Codes

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

#b086bb Text Font Color

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

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


#b086bb Background Color

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

This div background color is #b086bb


#b086bb Border Color

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

This div border color is #b086bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b086bb


Comments

No comments written yet.

Please login to write comment.