Color Hex Logo

#b5989f Color Hex

#B5989F
(181,152,159)
0 Favorites   0 Comments

Color spaces of #b5989f

RGB 181152159
HSL0.960.160.65
HSV346°16°71°
CMYK 0.000.160.12   0.29
XYZ36.542334.783437.5888
Yxy34.78340.33550.3194
Hunter Lab58.97757.38773.4962
CIE-Lab65.579711.93440.3530

#b5989f color RGB value is (181,152,159).

#b5989f hex color red value is 181, green value is 152 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b5989f hue: 0.96 , saturation: 0.16 and the lightness value of b5989f is 0.65.

The process color (four color CMYK) of #b5989f color hex is 0.00, 0.16, 0.12, 0.29. Web safe color of #b5989f is #cc9999. Color #b5989f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011000 10011111
Octal 265 230 237
Decimal 181 152 159
Hex B5 98 9F

RGB Percentages of Color #b5989f

%36.79
%30.89
%32.32

CMYK Percentages of Color #b5989f

%0
%16
%12
%29

Triadic Colors of #b5989f

#b5989f #9fb598 #989fb5

Analogous Colors of #b5989f

#b5989f #b5a098 #b598ae

Monochromatic Colors of #b5989f

#b5989f

Complementary Color

#b5989f #98b5ae

#b5989f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5989f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5989f Color CSS Codes

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

#b5989f Text Font Color

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

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


#b5989f Background Color

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

This div background color is #b5989f


#b5989f Border Color

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

This div border color is #b5989f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,152,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5989f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5989f;
  -webkit-box-shadow: 1px 1px 3px 2px #b5989f;
  box-shadow:         1px 1px 3px 2px #b5989f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,152,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5989f


Comments

No comments written yet.

Please login to write comment.