Color Hex Logo

#b58ebb Color Hex

#B58EBB
(181,142,187)
0 Favorites   0 Comments

Color spaces of #b58ebb

RGB 181142187
HSL0.810.250.65
HSV292°24°73°
CMYK 0.030.240.00   0.27
XYZ37.698732.757651.3496
Yxy32.75760.30950.2689
Hunter Lab57.234317.4133-13.1300
CIE-Lab63.964222.6932-17.8070

#b58ebb color RGB value is (181,142,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001110 10111011
Octal 265 216 273
Decimal 181 142 187
Hex B5 8E BB

RGB Percentages of Color #b58ebb

%35.49
%27.84
%36.67

CMYK Percentages of Color #b58ebb

%3
%24
%0
%27

Triadic Colors of #b58ebb

#b58ebb #bbb58e #8ebbb5

Analogous Colors of #b58ebb

#b58ebb #bb8eab #9f8ebb

Monochromatic Colors of #b58ebb

#b58ebb

Complementary Color

#b58ebb #94bb8e

#b58ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58ebb Color CSS Codes

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

#b58ebb Text Font Color

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

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


#b58ebb Background Color

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

This div background color is #b58ebb


#b58ebb Border Color

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

This div border color is #b58ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58ebb


Comments

No comments written yet.

Please login to write comment.