Color Hex Logo

#b76ebb Color Hex

#B76EBB
(183,110,187)
0 Favorites   0 Comments

Color spaces of #b76ebb

RGB 183110187
HSL0.820.360.58
HSV297°41°73°
CMYK 0.020.410.00   0.27
XYZ34.074024.807050.0060
Yxy24.80700.31290.2278
Hunter Lab49.806634.9549-24.6627
CIE-Lab56.886941.0258-28.6394

#b76ebb color RGB value is (183,110,187).

#b76ebb hex color red value is 183, green value is 110 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b76ebb hue: 0.82 , saturation: 0.36 and the lightness value of b76ebb is 0.58.

The process color (four color CMYK) of #b76ebb color hex is 0.02, 0.41, 0.00, 0.27. Web safe color of #b76ebb is #cc66cc. Color #b76ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101110 10111011
Octal 267 156 273
Decimal 183 110 187
Hex B7 6E BB

RGB Percentages of Color #b76ebb

%38.13
%22.92
%38.96

CMYK Percentages of Color #b76ebb

%2
%41
%0
%27

Triadic Colors of #b76ebb

#b76ebb #bbb76e #6ebbb7

Analogous Colors of #b76ebb

#b76ebb #bb6e99 #916ebb

Monochromatic Colors of #b76ebb

#b76ebb

Complementary Color

#b76ebb #72bb6e

#b76ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76ebb Color CSS Codes

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

#b76ebb Text Font Color

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

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


#b76ebb Background Color

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

This div background color is #b76ebb


#b76ebb Border Color

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

This div border color is #b76ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76ebb


Comments

No comments written yet.

Please login to write comment.