Color Hex Logo

#b888bb Color Hex

#B888BB
(184,136,187)
0 Favorites   0 Comments

Color spaces of #b888bb

RGB 184136187
HSL0.820.270.63
HSV296°27°73°
CMYK 0.020.270.00   0.27
XYZ37.541031.386551.0933
Yxy31.38650.31280.2615
Hunter Lab56.023721.5700-14.8556
CIE-Lab62.832627.0578-19.4986

#b888bb color RGB value is (184,136,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001000 10111011
Octal 270 210 273
Decimal 184 136 187
Hex B8 88 BB

RGB Percentages of Color #b888bb

%36.29
%26.82
%36.88

CMYK Percentages of Color #b888bb

%2
%27
%0
%27

Triadic Colors of #b888bb

#b888bb #bbb888 #88bbb8

Analogous Colors of #b888bb

#b888bb #bb88a5 #9f88bb

Monochromatic Colors of #b888bb

#b888bb

Complementary Color

#b888bb #8bbb88

#b888bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b888bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b888bb Color CSS Codes

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

#b888bb Text Font Color

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

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


#b888bb Background Color

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

This div background color is #b888bb


#b888bb Border Color

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

This div border color is #b888bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b888bb


Comments

No comments written yet.

Please login to write comment.