Color Hex Logo

#b088bb Color Hex

#B088BB
(176,136,187)
0 Favorites   0 Comments

Color spaces of #b088bb

RGB 176136187
HSL0.800.270.63
HSV287°27°73°
CMYK 0.060.270.00   0.27
XYZ35.678330.426351.0061
Yxy30.42630.30470.2598
Hunter Lab55.160018.9263-16.2130
CIE-Lab62.020324.3882-20.8105

#b088bb color RGB value is (176,136,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001000 10111011
Octal 260 210 273
Decimal 176 136 187
Hex B0 88 BB

RGB Percentages of Color #b088bb

%35.27
%27.25
%37.47

CMYK Percentages of Color #b088bb

%6
%27
%0
%27

Triadic Colors of #b088bb

#b088bb #bbb088 #88bbb0

Analogous Colors of #b088bb

#b088bb #bb88ad #9788bb

Monochromatic Colors of #b088bb

#b088bb

Complementary Color

#b088bb #93bb88

#b088bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b088bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b088bb Color CSS Codes

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

#b088bb Text Font Color

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

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


#b088bb Background Color

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

This div background color is #b088bb


#b088bb Border Color

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

This div border color is #b088bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b088bb


Comments

No comments written yet.

Please login to write comment.