Color Hex Logo

#b788bb Color Hex

#B788BB
(183,136,187)
0 Favorites   0 Comments

Color spaces of #b788bb

RGB 183136187
HSL0.820.270.63
HSV295°27°73°
CMYK 0.020.270.00   0.27
XYZ37.302231.263551.0821
Yxy31.26350.31180.2613
Hunter Lab55.913821.2350-15.0269
CIE-Lab62.729426.7228-19.6650

#b788bb color RGB value is (183,136,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001000 10111011
Octal 267 210 273
Decimal 183 136 187
Hex B7 88 BB

RGB Percentages of Color #b788bb

%36.17
%26.88
%36.96

CMYK Percentages of Color #b788bb

%2
%27
%0
%27

Triadic Colors of #b788bb

#b788bb #bbb788 #88bbb7

Analogous Colors of #b788bb

#b788bb #bb88a6 #9e88bb

Monochromatic Colors of #b788bb

#b788bb

Complementary Color

#b788bb #8cbb88

#b788bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b788bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b788bb Color CSS Codes

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

#b788bb Text Font Color

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

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


#b788bb Background Color

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

This div background color is #b788bb


#b788bb Border Color

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

This div border color is #b788bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b788bb


Comments

No comments written yet.

Please login to write comment.