Color Hex Logo

#bb408e Color Hex

#BB408E
(187,64,142)
0 Favorites   0 Comments

Color spaces of #bb408e

RGB 18764142
HSL0.890.490.49
HSV322°66°73°
CMYK 0.000.660.24   0.27
XYZ27.209416.184627.2810
Yxy16.18460.38500.2290
Hunter Lab40.230150.3248-12.0449
CIE-Lab47.215857.0497-17.0923

#bb408e color RGB value is (187,64,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000000 10001110
Octal 273 100 216
Decimal 187 64 142
Hex BB 40 8E

RGB Percentages of Color #bb408e

%47.58
%16.28
%36.13

CMYK Percentages of Color #bb408e

%0
%66
%24
%27

Triadic Colors of #bb408e

#bb408e #8ebb40 #408ebb

Analogous Colors of #bb408e

#bb408e #bb4050 #ab40bb

Monochromatic Colors of #bb408e

#bb408e

Complementary Color

#bb408e #40bb6d

#bb408e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb408e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb408e Color CSS Codes

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

#bb408e Text Font Color

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

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


#bb408e Background Color

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

This div background color is #bb408e


#bb408e Border Color

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

This div border color is #bb408e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb408e


Comments

No comments written yet.

Please login to write comment.