Color Hex Logo

#b58e96 Color Hex

#B58E96
(181,142,150)
0 Favorites   0 Comments

Color spaces of #b58e96

RGB 181142150
HSL0.970.210.63
HSV348°22°71°
CMYK 0.000.220.17   0.29
XYZ34.234131.371833.1052
Yxy31.37180.34680.3178
Hunter Lab56.010511.08224.1638
CIE-Lab62.820216.00641.4115

#b58e96 color RGB value is (181,142,150).

#b58e96 hex color red value is 181, green value is 142 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #b58e96 hue: 0.97 , saturation: 0.21 and the lightness value of b58e96 is 0.63.

The process color (four color CMYK) of #b58e96 color hex is 0.00, 0.22, 0.17, 0.29. Web safe color of #b58e96 is #cc9999. Color #b58e96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001110 10010110
Octal 265 216 226
Decimal 181 142 150
Hex B5 8E 96

RGB Percentages of Color #b58e96

%38.27
%30.02
%31.71

CMYK Percentages of Color #b58e96

%0
%22
%17
%29

Triadic Colors of #b58e96

#b58e96 #96b58e #8e96b5

Analogous Colors of #b58e96

#b58e96 #b59a8e #b58eaa

Monochromatic Colors of #b58e96

#b58e96

Complementary Color

#b58e96 #8eb5ad

#b58e96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58e96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58e96 Color CSS Codes

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

#b58e96 Text Font Color

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

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


#b58e96 Background Color

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

This div background color is #b58e96


#b58e96 Border Color

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

This div border color is #b58e96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58e96


Comments

No comments written yet.

Please login to write comment.