Color Hex Logo

#bb494e Color Hex

#BB494E
(187,73,78)
0 Favorites   0 Comments

Color spaces of #bb494e

RGB 1877378
HSL0.990.460.51
HSV357°61°73°
CMYK 0.000.610.58   0.27
XYZ24.251215.87998.9947
Yxy15.87990.49370.3232
Hunter Lab39.849638.892714.5120
CIE-Lab46.816546.367421.2002

#bb494e color RGB value is (187,73,78).

#bb494e hex color red value is 187, green value is 73 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bb494e hue: 0.99 , saturation: 0.46 and the lightness value of bb494e is 0.51.

The process color (four color CMYK) of #bb494e color hex is 0.00, 0.61, 0.58, 0.27. Web safe color of #bb494e is #cc3366. Color #bb494e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001001 01001110
Octal 273 111 116
Decimal 187 73 78
Hex BB 49 4E

RGB Percentages of Color #bb494e

%55.33
%21.60
%23.08

CMYK Percentages of Color #bb494e

%0
%61
%58
%27

Triadic Colors of #bb494e

#bb494e #4ebb49 #494ebb

Analogous Colors of #bb494e

#bb494e #bb7d49 #bb4987

Monochromatic Colors of #bb494e

#bb494e

Complementary Color

#bb494e #49bbb6

#bb494e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb494e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb494e Color CSS Codes

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

#bb494e Text Font Color

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

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


#bb494e Background Color

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

This div background color is #bb494e


#bb494e Border Color

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

This div border color is #bb494e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,73,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb494e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb494e;
  -webkit-box-shadow: 1px 1px 3px 2px #bb494e;
  box-shadow:         1px 1px 3px 2px #bb494e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,73,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb494e


Comments

No comments written yet.

Please login to write comment.