Color Hex Logo

#b388bb Color Hex

#B388BB
(179,136,187)
0 Favorites   0 Comments

Color spaces of #b388bb

RGB 179136187
HSL0.810.270.63
HSV291°27°73°
CMYK 0.040.270.00   0.27
XYZ36.364230.779951.0382
Yxy30.77990.30770.2604
Hunter Lab55.479619.9087-15.7078
CIE-Lab62.321425.3871-20.3240

#b388bb color RGB value is (179,136,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001000 10111011
Octal 263 210 273
Decimal 179 136 187
Hex B3 88 BB

RGB Percentages of Color #b388bb

%35.66
%27.09
%37.25

CMYK Percentages of Color #b388bb

%4
%27
%0
%27

Triadic Colors of #b388bb

#b388bb #bbb388 #88bbb3

Analogous Colors of #b388bb

#b388bb #bb88aa #9a88bb

Monochromatic Colors of #b388bb

#b388bb

Complementary Color

#b388bb #90bb88

#b388bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b388bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b388bb Color CSS Codes

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

#b388bb Text Font Color

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

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


#b388bb Background Color

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

This div background color is #b388bb


#b388bb Border Color

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

This div border color is #b388bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b388bb


Comments

No comments written yet.

Please login to write comment.