Color Hex Logo

#b37ebb Color Hex

#B37EBB
(179,126,187)
0 Favorites   0 Comments

Color spaces of #b37ebb

RGB 179126187
HSL0.810.310.61
HSV292°33°73°
CMYK 0.040.330.00   0.27
XYZ35.020928.093350.5904
Yxy28.09330.30800.2471
Hunter Lab53.003125.1854-19.4889
CIE-Lab59.972930.9841-23.9174

#b37ebb color RGB value is (179,126,187).

#b37ebb hex color red value is 179, green value is 126 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b37ebb hue: 0.81 , saturation: 0.31 and the lightness value of b37ebb is 0.61.

The process color (four color CMYK) of #b37ebb color hex is 0.04, 0.33, 0.00, 0.27. Web safe color of #b37ebb is #cc66cc. Color #b37ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111110 10111011
Octal 263 176 273
Decimal 179 126 187
Hex B3 7E BB

RGB Percentages of Color #b37ebb

%36.38
%25.61
%38.01

CMYK Percentages of Color #b37ebb

%4
%33
%0
%27

Triadic Colors of #b37ebb

#b37ebb #bbb37e #7ebbb3

Analogous Colors of #b37ebb

#b37ebb #bb7ea5 #957ebb

Monochromatic Colors of #b37ebb

#b37ebb

Complementary Color

#b37ebb #86bb7e

#b37ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37ebb Color CSS Codes

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

#b37ebb Text Font Color

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

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


#b37ebb Background Color

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

This div background color is #b37ebb


#b37ebb Border Color

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

This div border color is #b37ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37ebb


Comments

No comments written yet.

Please login to write comment.