Color Hex Logo

#b089bc Color Hex

#B089BC
(176,137,188)
0 Favorites   0 Comments

Color spaces of #b089bc

RGB 176137188
HSL0.790.280.64
HSV286°27°74°
CMYK 0.060.270.00   0.26
XYZ35.927330.752351.6192
Yxy30.75230.30370.2600
Hunter Lab55.454818.5984-16.3708
CIE-Lab62.298024.0285-20.9517

#b089bc color RGB value is (176,137,188).

#b089bc hex color red value is 176, green value is 137 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b089bc hue: 0.79 , saturation: 0.28 and the lightness value of b089bc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001001 10111100
Octal 260 211 274
Decimal 176 137 188
Hex B0 89 BC

RGB Percentages of Color #b089bc

%35.13
%27.35
%37.52

CMYK Percentages of Color #b089bc

%6
%27
%0
%26

Triadic Colors of #b089bc

#b089bc #bcb089 #89bcb0

Analogous Colors of #b089bc

#b089bc #bc89af #9789bc

Monochromatic Colors of #b089bc

#b089bc

Complementary Color

#b089bc #95bc89

#b089bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b089bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b089bc Color CSS Codes

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

#b089bc Text Font Color

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

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


#b089bc Background Color

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

This div background color is #b089bc


#b089bc Border Color

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

This div border color is #b089bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b089bc


Comments

No comments written yet.

Please login to write comment.