Color Hex Logo

#b588bb Color Hex

#B588BB
(181,136,187)
0 Favorites   0 Comments

Color spaces of #b588bb

RGB 181136187
HSL0.810.270.63
HSV293°27°73°
CMYK 0.030.270.00   0.27
XYZ36.829931.019951.0600
Yxy31.01990.30970.2609
Hunter Lab55.695520.5700-15.3685
CIE-Lab62.524426.0549-19.9961

#b588bb color RGB value is (181,136,187).

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

The process color (four color CMYK) of #b588bb color hex is 0.03, 0.27, 0.00, 0.27. Web safe color of #b588bb is #cc99cc. Color #b588bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001000 10111011
Octal 265 210 273
Decimal 181 136 187
Hex B5 88 BB

RGB Percentages of Color #b588bb

%35.91
%26.98
%37.10

CMYK Percentages of Color #b588bb

%3
%27
%0
%27

Triadic Colors of #b588bb

#b588bb #bbb588 #88bbb5

Analogous Colors of #b588bb

#b588bb #bb88a8 #9c88bb

Monochromatic Colors of #b588bb

#b588bb

Complementary Color

#b588bb #8ebb88

#b588bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b588bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b588bb Color CSS Codes

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

#b588bb Text Font Color

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

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


#b588bb Background Color

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

This div background color is #b588bb


#b588bb Border Color

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

This div border color is #b588bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b588bb


Comments

No comments written yet.

Please login to write comment.