Color Hex Logo

#bb464e Color Hex

#BB464E
(187,70,78)
0 Favorites   0 Comments

Color spaces of #bb464e

RGB 1877078
HSL0.990.460.50
HSV356°63°73°
CMYK 0.000.630.58   0.27
XYZ24.058815.49528.9306
Yxy15.49520.49620.3196
Hunter Lab39.363940.210314.1035
CIE-Lab46.305147.730820.5259

#bb464e color RGB value is (187,70,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000110 01001110
Octal 273 106 116
Decimal 187 70 78
Hex BB 46 4E

RGB Percentages of Color #bb464e

%55.82
%20.90
%23.28

CMYK Percentages of Color #bb464e

%0
%63
%58
%27

Triadic Colors of #bb464e

#bb464e #4ebb46 #464ebb

Analogous Colors of #bb464e

#bb464e #bb7946 #bb4689

Monochromatic Colors of #bb464e

#bb464e

Complementary Color

#bb464e #46bbb3

#bb464e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb464e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb464e Color CSS Codes

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

#bb464e Text Font Color

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

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


#bb464e Background Color

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

This div background color is #bb464e


#bb464e Border Color

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

This div border color is #bb464e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb464e


Comments

No comments written yet.

Please login to write comment.