Color Hex Logo

#b96dad Color Hex

#B96DAD
(185,109,173)
0 Favorites   0 Comments

Color spaces of #b96dad

RGB 185109173
HSL0.860.350.58
HSV309°41°73°
CMYK 0.000.410.06   0.27
XYZ33.019024.268742.4792
Yxy24.26870.33100.2433
Hunter Lab49.263333.4300-16.6409
CIE-Lab56.355839.6105-21.3885

#b96dad color RGB value is (185,109,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101101 10101101
Octal 271 155 255
Decimal 185 109 173
Hex B9 6D AD

RGB Percentages of Color #b96dad

%39.61
%23.34
%37.04

CMYK Percentages of Color #b96dad

%0
%41
%6
%27

Triadic Colors of #b96dad

#b96dad #adb96d #6dadb9

Analogous Colors of #b96dad

#b96dad #b96d87 #9f6db9

Monochromatic Colors of #b96dad

#b96dad

Complementary Color

#b96dad #6db979

#b96dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96dad Color CSS Codes

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

#b96dad Text Font Color

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

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


#b96dad Background Color

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

This div background color is #b96dad


#b96dad Border Color

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

This div border color is #b96dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96dad


Comments

No comments written yet.

Please login to write comment.