Color Hex Logo

#b96eab Color Hex

#B96EAB
(185,110,171)
0 Favorites   0 Comments

Color spaces of #b96eab

RGB 185110171
HSL0.860.350.58
HSV311°41°73°
CMYK 0.000.410.08   0.27
XYZ32.934224.406441.5032
Yxy24.40640.33320.2469
Hunter Lab49.402832.5413-15.2274
CIE-Lab56.492438.7206-20.0250

#b96eab color RGB value is (185,110,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101110 10101011
Octal 271 156 253
Decimal 185 110 171
Hex B9 6E AB

RGB Percentages of Color #b96eab

%39.70
%23.61
%36.70

CMYK Percentages of Color #b96eab

%0
%41
%8
%27

Triadic Colors of #b96eab

#b96eab #abb96e #6eabb9

Analogous Colors of #b96eab

#b96eab #b96e86 #a26eb9

Monochromatic Colors of #b96eab

#b96eab

Complementary Color

#b96eab #6eb97c

#b96eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96eab Color CSS Codes

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

#b96eab Text Font Color

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

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


#b96eab Background Color

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

This div background color is #b96eab


#b96eab Border Color

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

This div border color is #b96eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96eab


Comments

No comments written yet.

Please login to write comment.