Color Hex Logo

#b96daf Color Hex

#B96DAF
(185,109,175)
0 Favorites   0 Comments

Color spaces of #b96daf

RGB 185109175
HSL0.860.350.58
HSV308°41°73°
CMYK 0.000.410.05   0.27
XYZ33.214124.346743.5063
Yxy24.34670.32860.2409
Hunter Lab49.342433.8055-17.7377
CIE-Lab56.433339.9677-22.4234

#b96daf color RGB value is (185,109,175).

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

The process color (four color CMYK) of #b96daf color hex is 0.00, 0.41, 0.05, 0.27. Web safe color of #b96daf is #cc6699. Color #b96daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101101 10101111
Octal 271 155 257
Decimal 185 109 175
Hex B9 6D AF

RGB Percentages of Color #b96daf

%39.45
%23.24
%37.31

CMYK Percentages of Color #b96daf

%0
%41
%5
%27

Triadic Colors of #b96daf

#b96daf #afb96d #6dafb9

Analogous Colors of #b96daf

#b96daf #b96d89 #9d6db9

Monochromatic Colors of #b96daf

#b96daf

Complementary Color

#b96daf #6db977

#b96daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96daf Color CSS Codes

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

#b96daf Text Font Color

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

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


#b96daf Background Color

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

This div background color is #b96daf


#b96daf Border Color

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

This div border color is #b96daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96daf


Comments

No comments written yet.

Please login to write comment.