Color Hex Logo

#b96589 Color Hex

#B96589
(185,101,137)
0 Favorites   0 Comments

Color spaces of #b96589

RGB 185101137
HSL0.930.380.56
HSV334°45°73°
CMYK 0.000.450.26   0.27
XYZ29.176621.427826.2651
Yxy21.42780.37960.2788
Hunter Lab46.290231.5004-1.2381
CIE-Lab53.414638.0883-4.8198

#b96589 color RGB value is (185,101,137).

#b96589 hex color red value is 185, green value is 101 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b96589 hue: 0.93 , saturation: 0.38 and the lightness value of b96589 is 0.56.

The process color (four color CMYK) of #b96589 color hex is 0.00, 0.45, 0.26, 0.27. Web safe color of #b96589 is #cc6699. Color #b96589 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100101 10001001
Octal 271 145 211
Decimal 185 101 137
Hex B9 65 89

RGB Percentages of Color #b96589

%43.74
%23.88
%32.39

CMYK Percentages of Color #b96589

%0
%45
%26
%27

Triadic Colors of #b96589

#b96589 #89b965 #6589b9

Analogous Colors of #b96589

#b96589 #b96b65 #b965b3

Monochromatic Colors of #b96589

#b96589

Complementary Color

#b96589 #65b995

#b96589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96589 Color CSS Codes

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

#b96589 Text Font Color

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

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


#b96589 Background Color

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

This div background color is #b96589


#b96589 Border Color

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

This div border color is #b96589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96589


Comments

No comments written yet.

Please login to write comment.