Color Hex Logo

#b96ebc Color Hex

#B96EBC
(185,110,188)
0 Favorites   0 Comments

Color spaces of #b96ebc

RGB 185110188
HSL0.830.370.58
HSV298°41°74°
CMYK 0.020.410.00   0.26
XYZ34.660625.097050.5943
Yxy25.09700.31410.2274
Hunter Lab50.096935.8294-24.8108
CIE-Lab57.169841.8330-28.7543

#b96ebc color RGB value is (185,110,188).

#b96ebc hex color red value is 185, green value is 110 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b96ebc hue: 0.83 , saturation: 0.37 and the lightness value of b96ebc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101110 10111100
Octal 271 156 274
Decimal 185 110 188
Hex B9 6E BC

RGB Percentages of Color #b96ebc

%38.30
%22.77
%38.92

CMYK Percentages of Color #b96ebc

%2
%41
%0
%26

Triadic Colors of #b96ebc

#b96ebc #bcb96e #6ebcb9

Analogous Colors of #b96ebc

#b96ebc #bc6e98 #926ebc

Monochromatic Colors of #b96ebc

#b96ebc

Complementary Color

#b96ebc #71bc6e

#b96ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96ebc Color CSS Codes

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

#b96ebc Text Font Color

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

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


#b96ebc Background Color

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

This div background color is #b96ebc


#b96ebc Border Color

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

This div border color is #b96ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96ebc


Comments

No comments written yet.

Please login to write comment.