Color Hex Logo

#b4929f Color Hex

#B4929F
(180,146,159)
0 Favorites   0 Comments

Color spaces of #b4929f

RGB 180146159
HSL0.940.180.64
HSV337°19°71°
CMYK 0.000.190.12   0.29
XYZ35.359332.764337.2614
Yxy32.76430.33550.3109
Hunter Lab57.240110.09581.4723
CIE-Lab63.969614.9079-2.0145

#b4929f color RGB value is (180,146,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010010 10011111
Octal 264 222 237
Decimal 180 146 159
Hex B4 92 9F

RGB Percentages of Color #b4929f

%37.11
%30.10
%32.78

CMYK Percentages of Color #b4929f

%0
%19
%12
%29

Triadic Colors of #b4929f

#b4929f #9fb492 #929fb4

Analogous Colors of #b4929f

#b4929f #b49692 #b492b0

Monochromatic Colors of #b4929f

#b4929f

Complementary Color

#b4929f #92b4a7

#b4929f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4929f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4929f Color CSS Codes

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

#b4929f Text Font Color

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

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


#b4929f Background Color

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

This div background color is #b4929f


#b4929f Border Color

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

This div border color is #b4929f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,146,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 #b4929f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4929f


Comments

No comments written yet.

Please login to write comment.