Color Hex Logo

#b087ba Color Hex

#B087BA
(176,135,186)
0 Favorites   0 Comments

Color spaces of #b087ba

RGB 176135186
HSL0.800.270.63
HSV288°27°73°
CMYK 0.050.270.00   0.27
XYZ35.431430.103250.3974
Yxy30.10320.30560.2597
Hunter Lab54.866419.2549-16.0542
CIE-Lab61.743224.7489-20.6680

#b087ba color RGB value is (176,135,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000111 10111010
Octal 260 207 272
Decimal 176 135 186
Hex B0 87 BA

RGB Percentages of Color #b087ba

%35.41
%27.16
%37.42

CMYK Percentages of Color #b087ba

%5
%27
%0
%27

Triadic Colors of #b087ba

#b087ba #bab087 #87bab0

Analogous Colors of #b087ba

#b087ba #ba87ab #9787ba

Monochromatic Colors of #b087ba

#b087ba

Complementary Color

#b087ba #91ba87

#b087ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b087ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b087ba Color CSS Codes

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

#b087ba Text Font Color

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

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


#b087ba Background Color

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

This div background color is #b087ba


#b087ba Border Color

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

This div border color is #b087ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,135,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b087ba


Comments

No comments written yet.

Please login to write comment.