Color Hex Logo

#b96ebe Color Hex

#B96EBE
(185,110,190)
0 Favorites   0 Comments

Color spaces of #b96ebe

RGB 185110190
HSL0.820.380.59
HSV296°42°75°
CMYK 0.030.420.00   0.25
XYZ34.877825.183951.7379
Yxy25.18390.31200.2253
Hunter Lab50.183636.2371-25.9979
CIE-Lab57.254242.2140-29.7674

#b96ebe color RGB value is (185,110,190).

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

The process color (four color CMYK) of #b96ebe color hex is 0.03, 0.42, 0.00, 0.25. Web safe color of #b96ebe is #cc66cc. Color #b96ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101110 10111110
Octal 271 156 276
Decimal 185 110 190
Hex B9 6E BE

RGB Percentages of Color #b96ebe

%38.14
%22.68
%39.18

CMYK Percentages of Color #b96ebe

%3
%42
%0
%25

Triadic Colors of #b96ebe

#b96ebe #beb96e #6ebeb9

Analogous Colors of #b96ebe

#b96ebe #be6e9b #916ebe

Monochromatic Colors of #b96ebe

#b96ebe

Complementary Color

#b96ebe #73be6e

#b96ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96ebe Color CSS Codes

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

#b96ebe Text Font Color

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

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


#b96ebe Background Color

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

This div background color is #b96ebe


#b96ebe Border Color

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

This div border color is #b96ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96ebe


Comments

No comments written yet.

Please login to write comment.