Color Hex Logo

#bb406d Color Hex

#BB406D
(187,64,109)
0 Favorites   0 Comments

Color spaces of #bb406d

RGB 18764109
HSL0.940.490.49
HSV338°66°73°
CMYK 0.000.660.42   0.27
XYZ25.087215.335716.1058
Yxy15.33570.44380.2713
Hunter Lab39.160845.81923.0282
CIE-Lab46.090653.09931.2808

#bb406d color RGB value is (187,64,109).

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

The process color (four color CMYK) of #bb406d color hex is 0.00, 0.66, 0.42, 0.27. Web safe color of #bb406d is #cc3366. Color #bb406d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000000 01101101
Octal 273 100 155
Decimal 187 64 109
Hex BB 40 6D

RGB Percentages of Color #bb406d

%51.94
%17.78
%30.28

CMYK Percentages of Color #bb406d

%0
%66
%42
%27

Triadic Colors of #bb406d

#bb406d #6dbb40 #406dbb

Analogous Colors of #bb406d

#bb406d #bb5140 #bb40ab

Monochromatic Colors of #bb406d

#bb406d

Complementary Color

#bb406d #40bb8e

#bb406d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb406d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb406d Color CSS Codes

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

#bb406d Text Font Color

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

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


#bb406d Background Color

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

This div background color is #bb406d


#bb406d Border Color

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

This div border color is #bb406d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb406d


Comments

No comments written yet.

Please login to write comment.