Color Hex Logo

#b96dbd Color Hex

#B96DBD
(185,109,189)
0 Favorites   0 Comments

Color spaces of #b96dbd

RGB 185109189
HSL0.830.380.58
HSV297°42°74°
CMYK 0.020.420.00   0.26
XYZ34.661524.925751.1284
Yxy24.92570.31310.2251
Hunter Lab49.925636.5560-25.7704
CIE-Lab57.003042.5553-29.5852

#b96dbd color RGB value is (185,109,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101101 10111101
Octal 271 155 275
Decimal 185 109 189
Hex B9 6D BD

RGB Percentages of Color #b96dbd

%38.30
%22.57
%39.13

CMYK Percentages of Color #b96dbd

%2
%42
%0
%26

Triadic Colors of #b96dbd

#b96dbd #bdb96d #6dbdb9

Analogous Colors of #b96dbd

#b96dbd #bd6d99 #916dbd

Monochromatic Colors of #b96dbd

#b96dbd

Complementary Color

#b96dbd #71bd6d

#b96dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96dbd Color CSS Codes

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

#b96dbd Text Font Color

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

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


#b96dbd Background Color

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

This div background color is #b96dbd


#b96dbd Border Color

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

This div border color is #b96dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96dbd


Comments

No comments written yet.

Please login to write comment.