Color Hex Logo

#b88ccb Color Hex

#B88CCB
(184,140,203)
0 Favorites   0 Comments

Color spaces of #b88ccb

RGB 184140203
HSL0.780.380.67
HSV282°31°80°
CMYK 0.090.310.00   0.20
XYZ39.924733.258360.8151
Yxy33.25830.29790.2482
Hunter Lab57.670022.6523-22.1544
CIE-Lab64.369528.0388-26.1395

#b88ccb color RGB value is (184,140,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001100 11001011
Octal 270 214 313
Decimal 184 140 203
Hex B8 8C CB

RGB Percentages of Color #b88ccb

%34.91
%26.57
%38.52

CMYK Percentages of Color #b88ccb

%9
%31
%0
%20

Triadic Colors of #b88ccb

#b88ccb #cbb88c #8ccbb8

Analogous Colors of #b88ccb

#b88ccb #cb8cbf #998ccb

Monochromatic Colors of #b88ccb

#b88ccb

Complementary Color

#b88ccb #9fcb8c

#b88ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88ccb Color CSS Codes

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

#b88ccb Text Font Color

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

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


#b88ccb Background Color

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

This div background color is #b88ccb


#b88ccb Border Color

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

This div border color is #b88ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88ccb


Comments

No comments written yet.

Please login to write comment.