Color Hex Logo

#bb408f Color Hex

#BB408F
(187,64,143)
0 Favorites   0 Comments

Color spaces of #bb408f

RGB 18764143
HSL0.890.490.49
HSV321°66°73°
CMYK 0.000.660.24   0.27
XYZ27.284816.214827.6783
Yxy16.21480.38330.2278
Hunter Lab40.267650.4809-12.5662
CIE-Lab47.255057.1845-17.6337

#bb408f color RGB value is (187,64,143).

#bb408f hex color red value is 187, green value is 64 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bb408f hue: 0.89 , saturation: 0.49 and the lightness value of bb408f is 0.49.

The process color (four color CMYK) of #bb408f color hex is 0.00, 0.66, 0.24, 0.27. Web safe color of #bb408f is #cc3399. Color #bb408f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000000 10001111
Octal 273 100 217
Decimal 187 64 143
Hex BB 40 8F

RGB Percentages of Color #bb408f

%47.46
%16.24
%36.29

CMYK Percentages of Color #bb408f

%0
%66
%24
%27

Triadic Colors of #bb408f

#bb408f #8fbb40 #408fbb

Analogous Colors of #bb408f

#bb408f #bb4052 #aa40bb

Monochromatic Colors of #bb408f

#bb408f

Complementary Color

#bb408f #40bb6c

#bb408f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb408f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb408f Color CSS Codes

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

#bb408f Text Font Color

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

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


#bb408f Background Color

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

This div background color is #bb408f


#bb408f Border Color

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

This div border color is #bb408f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb408f


Comments

No comments written yet.

Please login to write comment.