Color Hex Logo

#b288bb Color Hex

#B288BB
(178,136,187)
0 Favorites   0 Comments

Color spaces of #b288bb

RGB 178136187
HSL0.800.270.63
HSV289°27°73°
CMYK 0.050.270.00   0.27
XYZ36.133930.661251.0274
Yxy30.66120.30670.2602
Hunter Lab55.372619.5799-15.8766
CIE-Lab62.220625.0537-20.4869

#b288bb color RGB value is (178,136,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001000 10111011
Octal 262 210 273
Decimal 178 136 187
Hex B2 88 BB

RGB Percentages of Color #b288bb

%35.53
%27.15
%37.33

CMYK Percentages of Color #b288bb

%5
%27
%0
%27

Triadic Colors of #b288bb

#b288bb #bbb288 #88bbb2

Analogous Colors of #b288bb

#b288bb #bb88ab #9988bb

Monochromatic Colors of #b288bb

#b288bb

Complementary Color

#b288bb #91bb88

#b288bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b288bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b288bb Color CSS Codes

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

#b288bb Text Font Color

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

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


#b288bb Background Color

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

This div background color is #b288bb


#b288bb Border Color

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

This div border color is #b288bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b288bb


Comments

No comments written yet.

Please login to write comment.