Color Hex Logo

#b88ebb Color Hex

#B88EBB
(184,142,187)
0 Favorites   0 Comments

Color spaces of #b88ebb

RGB 184142187
HSL0.820.250.65
HSV296°24°73°
CMYK 0.020.240.00   0.27
XYZ38.409833.124251.3829
Yxy33.12420.31250.2695
Hunter Lab57.553618.4074-12.6456
CIE-Lab64.261323.7077-17.3282

#b88ebb color RGB value is (184,142,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001110 10111011
Octal 270 216 273
Decimal 184 142 187
Hex B8 8E BB

RGB Percentages of Color #b88ebb

%35.87
%27.68
%36.45

CMYK Percentages of Color #b88ebb

%2
%24
%0
%27

Triadic Colors of #b88ebb

#b88ebb #bbb88e #8ebbb8

Analogous Colors of #b88ebb

#b88ebb #bb8ea8 #a28ebb

Monochromatic Colors of #b88ebb

#b88ebb

Complementary Color

#b88ebb #91bb8e

#b88ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88ebb Color CSS Codes

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

#b88ebb Text Font Color

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

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


#b88ebb Background Color

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

This div background color is #b88ebb


#b88ebb Border Color

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

This div border color is #b88ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88ebb


Comments

No comments written yet.

Please login to write comment.