Color Hex Logo

#bb447e Color Hex

#BB447E
(187,68,126)
0 Favorites   0 Comments

Color spaces of #bb447e

RGB 18768126
HSL0.920.470.50
HSV331°64°73°
CMYK 0.000.640.33   0.27
XYZ26.326516.205421.4791
Yxy16.20540.41130.2532
Hunter Lab40.255946.2872-3.4558
CIE-Lab47.242853.3296-7.3863

#bb447e color RGB value is (187,68,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000100 01111110
Octal 273 104 176
Decimal 187 68 126
Hex BB 44 7E

RGB Percentages of Color #bb447e

%49.08
%17.85
%33.07

CMYK Percentages of Color #bb447e

%0
%64
%33
%27

Triadic Colors of #bb447e

#bb447e #7ebb44 #447ebb

Analogous Colors of #bb447e

#bb447e #bb4644 #bb44ba

Monochromatic Colors of #bb447e

#bb447e

Complementary Color

#bb447e #44bb81

#bb447e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb447e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb447e Color CSS Codes

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

#bb447e Text Font Color

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

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


#bb447e Background Color

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

This div background color is #bb447e


#bb447e Border Color

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

This div border color is #bb447e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb447e


Comments

No comments written yet.

Please login to write comment.