Color Hex Logo

#b5929e Color Hex

#B5929E
(181,146,158)
0 Favorites   0 Comments

Color spaces of #b5929e

RGB 181146158
HSL0.940.190.64
HSV339°19°71°
CMYK 0.000.190.13   0.29
XYZ35.506532.850136.8171
Yxy32.85010.33760.3123
Hunter Lab57.315010.27902.0347
CIE-Lab64.039415.1056-1.3360

#b5929e color RGB value is (181,146,158).

#b5929e hex color red value is 181, green value is 146 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b5929e hue: 0.94 , saturation: 0.19 and the lightness value of b5929e is 0.64.

The process color (four color CMYK) of #b5929e color hex is 0.00, 0.19, 0.13, 0.29. Web safe color of #b5929e is #cc9999. Color #b5929e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010010 10011110
Octal 265 222 236
Decimal 181 146 158
Hex B5 92 9E

RGB Percentages of Color #b5929e

%37.32
%30.10
%32.58

CMYK Percentages of Color #b5929e

%0
%19
%13
%29

Triadic Colors of #b5929e

#b5929e #9eb592 #929eb5

Analogous Colors of #b5929e

#b5929e #b59892 #b592b0

Monochromatic Colors of #b5929e

#b5929e

Complementary Color

#b5929e #92b5a9

#b5929e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5929e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5929e Color CSS Codes

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

#b5929e Text Font Color

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

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


#b5929e Background Color

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

This div background color is #b5929e


#b5929e Border Color

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

This div border color is #b5929e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5929e


Comments

No comments written yet.

Please login to write comment.