Color Hex Logo

#b4949a Color Hex

#B4949A
(180,148,154)
0 Favorites   0 Comments

Color spaces of #b4949a

RGB 180148154
HSL0.970.180.64
HSV349°18°71°
CMYK 0.000.180.14   0.29
XYZ35.245033.216235.1256
Yxy33.21620.34020.3207
Hunter Lab57.63358.30074.2083
CIE-Lab64.335612.94251.3421

#b4949a color RGB value is (180,148,154).

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

The process color (four color CMYK) of #b4949a color hex is 0.00, 0.18, 0.14, 0.29. Web safe color of #b4949a is #cc9999. Color #b4949a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010100 10011010
Octal 264 224 232
Decimal 180 148 154
Hex B4 94 9A

RGB Percentages of Color #b4949a

%37.34
%30.71
%31.95

CMYK Percentages of Color #b4949a

%0
%18
%14
%29

Triadic Colors of #b4949a

#b4949a #9ab494 #949ab4

Analogous Colors of #b4949a

#b4949a #b49e94 #b494aa

Monochromatic Colors of #b4949a

#b4949a

Complementary Color

#b4949a #94b4ae

#b4949a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4949a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4949a Color CSS Codes

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

#b4949a Text Font Color

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

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


#b4949a Background Color

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

This div background color is #b4949a


#b4949a Border Color

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

This div border color is #b4949a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,148,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4949a


Comments

No comments written yet.

Please login to write comment.