Color Hex Logo

#b88bcb Color Hex

#B88BCB
(184,139,203)
0 Favorites   0 Comments

Color spaces of #b88bcb

RGB 184139203
HSL0.780.380.67
HSV282°32°80°
CMYK 0.090.320.00   0.20
XYZ39.779332.967460.7667
Yxy32.96740.29790.2469
Hunter Lab57.417223.1866-22.5566
CIE-Lab64.134528.5967-26.5010

#b88bcb color RGB value is (184,139,203).

#b88bcb hex color red value is 184, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b88bcb hue: 0.78 , saturation: 0.38 and the lightness value of b88bcb is 0.67.

The process color (four color CMYK) of #b88bcb color hex is 0.09, 0.32, 0.00, 0.20. Web safe color of #b88bcb is #cc99cc. Color #b88bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001011 11001011
Octal 270 213 313
Decimal 184 139 203
Hex B8 8B CB

RGB Percentages of Color #b88bcb

%34.98
%26.43
%38.59

CMYK Percentages of Color #b88bcb

%9
%32
%0
%20

Triadic Colors of #b88bcb

#b88bcb #cbb88b #8bcbb8

Analogous Colors of #b88bcb

#b88bcb #cb8bbe #988bcb

Monochromatic Colors of #b88bcb

#b88bcb

Complementary Color

#b88bcb #9ecb8b

#b88bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88bcb Color CSS Codes

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

#b88bcb Text Font Color

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

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


#b88bcb Background Color

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

This div background color is #b88bcb


#b88bcb Border Color

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

This div border color is #b88bcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,139,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b88bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88bcb


Comments

No comments written yet.

Please login to write comment.