Color Hex Logo

#bb454e Color Hex

#BB454E
(187,69,78)
0 Favorites   0 Comments

Color spaces of #bb454e

RGB 1876978
HSL0.990.460.50
HSV355°63°73°
CMYK 0.000.630.58   0.27
XYZ23.996815.37118.9099
Yxy15.37110.49710.3184
Hunter Lab39.206040.643913.9700
CIE-Lab46.138348.177820.3055

#bb454e color RGB value is (187,69,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000101 01001110
Octal 273 105 116
Decimal 187 69 78
Hex BB 45 4E

RGB Percentages of Color #bb454e

%55.99
%20.66
%23.35

CMYK Percentages of Color #bb454e

%0
%63
%58
%27

Triadic Colors of #bb454e

#bb454e #4ebb45 #454ebb

Analogous Colors of #bb454e

#bb454e #bb7745 #bb4589

Monochromatic Colors of #bb454e

#bb454e

Complementary Color

#bb454e #45bbb2

#bb454e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb454e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb454e Color CSS Codes

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

#bb454e Text Font Color

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

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


#bb454e Background Color

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

This div background color is #bb454e


#bb454e Border Color

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

This div border color is #bb454e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb454e


Comments

No comments written yet.

Please login to write comment.