Color Hex Logo

#b16ebe Color Hex

#B16EBE
(177,110,190)
0 Favorites   0 Comments

Color spaces of #b16ebe

RGB 177110190
HSL0.810.380.59
HSV290°42°75°
CMYK 0.070.420.00   0.25
XYZ33.001724.216751.6501
Yxy24.21670.30310.2224
Hunter Lab49.210533.5880-27.7820
CIE-Lab56.304139.7720-31.3171

#b16ebe color RGB value is (177,110,190).

#b16ebe hex color red value is 177, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b16ebe hue: 0.81 , saturation: 0.38 and the lightness value of b16ebe is 0.59.

The process color (four color CMYK) of #b16ebe color hex is 0.07, 0.42, 0.00, 0.25. Web safe color of #b16ebe is #9966cc. Color #b16ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101110 10111110
Octal 261 156 276
Decimal 177 110 190
Hex B1 6E BE

RGB Percentages of Color #b16ebe

%37.11
%23.06
%39.83

CMYK Percentages of Color #b16ebe

%7
%42
%0
%25

Triadic Colors of #b16ebe

#b16ebe #beb16e #6ebeb1

Analogous Colors of #b16ebe

#b16ebe #be6ea3 #896ebe

Monochromatic Colors of #b16ebe

#b16ebe

Complementary Color

#b16ebe #7bbe6e

#b16ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16ebe Color CSS Codes

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

#b16ebe Text Font Color

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

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


#b16ebe Background Color

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

This div background color is #b16ebe


#b16ebe Border Color

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

This div border color is #b16ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,110,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b16ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16ebe


Comments

No comments written yet.

Please login to write comment.