Color Hex Logo

#bb445e Color Hex

#BB445E
(187,68,94)
0 Favorites   0 Comments

Color spaces of #bb445e

RGB 1876894
HSL0.960.470.50
HSV347°64°73°
CMYK 0.000.640.50   0.27
XYZ24.581015.507212.2873
Yxy15.50720.46930.2961
Hunter Lab39.379242.50859.0654
CIE-Lab46.321249.933510.8018

#bb445e color RGB value is (187,68,94).

#bb445e hex color red value is 187, green value is 68 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bb445e hue: 0.96 , saturation: 0.47 and the lightness value of bb445e is 0.50.

The process color (four color CMYK) of #bb445e color hex is 0.00, 0.64, 0.50, 0.27. Web safe color of #bb445e is #cc3366. Color #bb445e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000100 01011110
Octal 273 104 136
Decimal 187 68 94
Hex BB 44 5E

RGB Percentages of Color #bb445e

%53.58
%19.48
%26.93

CMYK Percentages of Color #bb445e

%0
%64
%50
%27

Triadic Colors of #bb445e

#bb445e #5ebb44 #445ebb

Analogous Colors of #bb445e

#bb445e #bb6644 #bb449a

Monochromatic Colors of #bb445e

#bb445e

Complementary Color

#bb445e #44bba1

#bb445e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb445e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb445e Color CSS Codes

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

#bb445e Text Font Color

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

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


#bb445e Background Color

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

This div background color is #bb445e


#bb445e Border Color

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

This div border color is #bb445e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb445e


Comments

No comments written yet.

Please login to write comment.