Color Hex Logo

#b96ead Color Hex

#B96EAD
(185,110,173)
0 Favorites   0 Comments

Color spaces of #b96ead

RGB 185110173
HSL0.860.350.58
HSV310°41°73°
CMYK 0.000.410.06   0.27
XYZ33.126324.483342.5150
Yxy24.48330.33090.2445
Hunter Lab49.480632.9112-16.3071
CIE-Lab56.568539.0743-21.0629

#b96ead color RGB value is (185,110,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101110 10101101
Octal 271 156 255
Decimal 185 110 173
Hex B9 6E AD

RGB Percentages of Color #b96ead

%39.53
%23.50
%36.97

CMYK Percentages of Color #b96ead

%0
%41
%6
%27

Triadic Colors of #b96ead

#b96ead #adb96e #6eadb9

Analogous Colors of #b96ead

#b96ead #b96e88 #a06eb9

Monochromatic Colors of #b96ead

#b96ead

Complementary Color

#b96ead #6eb97a

#b96ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96ead Color CSS Codes

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

#b96ead Text Font Color

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

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


#b96ead Background Color

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

This div background color is #b96ead


#b96ead Border Color

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

This div border color is #b96ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96ead


Comments

No comments written yet.

Please login to write comment.