Color Hex Logo

#b08ebb Color Hex

#B08EBB
(176,142,187)
0 Favorites   0 Comments

Color spaces of #b08ebb

RGB 176142187
HSL0.790.250.65
HSV285°24°73°
CMYK 0.060.240.00   0.27
XYZ36.547132.164051.2957
Yxy32.16400.30450.2680
Hunter Lab56.713315.7804-13.9269
CIE-Lab63.478221.0084-18.5904

#b08ebb color RGB value is (176,142,187).

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

The process color (four color CMYK) of #b08ebb color hex is 0.06, 0.24, 0.00, 0.27. Web safe color of #b08ebb is #9999cc. Color #b08ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001110 10111011
Octal 260 216 273
Decimal 176 142 187
Hex B0 8E BB

RGB Percentages of Color #b08ebb

%34.85
%28.12
%37.03

CMYK Percentages of Color #b08ebb

%6
%24
%0
%27

Triadic Colors of #b08ebb

#b08ebb #bbb08e #8ebbb0

Analogous Colors of #b08ebb

#b08ebb #bb8eb0 #9a8ebb

Monochromatic Colors of #b08ebb

#b08ebb

Complementary Color

#b08ebb #99bb8e

#b08ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08ebb Color CSS Codes

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

#b08ebb Text Font Color

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

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


#b08ebb Background Color

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

This div background color is #b08ebb


#b08ebb Border Color

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

This div border color is #b08ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08ebb


Comments

No comments written yet.

Please login to write comment.