Color Hex Logo

#b96ebd Color Hex

#B96EBD
(185,110,189)
0 Favorites   0 Comments

Color spaces of #b96ebd

RGB 185110189
HSL0.820.370.59
HSV297°42°74°
CMYK 0.020.420.00   0.26
XYZ34.768825.140351.1642
Yxy25.14030.31300.2263
Hunter Lab50.140136.0326-25.4029
CIE-Lab57.211942.0230-29.2613

#b96ebd color RGB value is (185,110,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101110 10111101
Octal 271 156 275
Decimal 185 110 189
Hex B9 6E BD

RGB Percentages of Color #b96ebd

%38.22
%22.73
%39.05

CMYK Percentages of Color #b96ebd

%2
%42
%0
%26

Triadic Colors of #b96ebd

#b96ebd #bdb96e #6ebdb9

Analogous Colors of #b96ebd

#b96ebd #bd6e9a #926ebd

Monochromatic Colors of #b96ebd

#b96ebd

Complementary Color

#b96ebd #72bd6e

#b96ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96ebd Color CSS Codes

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

#b96ebd Text Font Color

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

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


#b96ebd Background Color

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

This div background color is #b96ebd


#b96ebd Border Color

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

This div border color is #b96ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96ebd


Comments

No comments written yet.

Please login to write comment.