Color Hex Logo

#b96097 Color Hex

#B96097
(185,96,151)
0 Favorites   0 Comments

Color spaces of #b96097

RGB 18596151
HSL0.900.390.55
HSV323°48°73°
CMYK 0.000.480.18   0.27
XYZ29.776420.914431.7457
Yxy20.91440.36120.2537
Hunter Lab45.732336.1904-9.1444
CIE-Lab52.855742.7928-13.9021

#b96097 color RGB value is (185,96,151).

#b96097 hex color red value is 185, green value is 96 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #b96097 hue: 0.90 , saturation: 0.39 and the lightness value of b96097 is 0.55.

The process color (four color CMYK) of #b96097 color hex is 0.00, 0.48, 0.18, 0.27. Web safe color of #b96097 is #cc6699. Color #b96097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100000 10010111
Octal 271 140 227
Decimal 185 96 151
Hex B9 60 97

RGB Percentages of Color #b96097

%42.82
%22.22
%34.95

CMYK Percentages of Color #b96097

%0
%48
%18
%27

Triadic Colors of #b96097

#b96097 #97b960 #6097b9

Analogous Colors of #b96097

#b96097 #b9606b #af60b9

Monochromatic Colors of #b96097

#b96097

Complementary Color

#b96097 #60b982

#b96097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96097 Color CSS Codes

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

#b96097 Text Font Color

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

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


#b96097 Background Color

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

This div background color is #b96097


#b96097 Border Color

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

This div border color is #b96097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96097


Comments

No comments written yet.

Please login to write comment.