Color Hex Logo

#bb407e Color Hex

#BB407E
(187,64,126)
0 Favorites   0 Comments

Color spaces of #bb407e

RGB 18764126
HSL0.920.490.49
HSV330°66°73°
CMYK 0.000.660.33   0.27
XYZ26.092815.737921.4011
Yxy15.73790.41270.2489
Hunter Lab39.671047.9804-4.2151
CIE-Lab46.628755.0092-8.3040

#bb407e color RGB value is (187,64,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000000 01111110
Octal 273 100 176
Decimal 187 64 126
Hex BB 40 7E

RGB Percentages of Color #bb407e

%49.60
%16.98
%33.42

CMYK Percentages of Color #bb407e

%0
%66
%33
%27

Triadic Colors of #bb407e

#bb407e #7ebb40 #407ebb

Analogous Colors of #bb407e

#bb407e #bb4040 #bb40bb

Monochromatic Colors of #bb407e

#bb407e

Complementary Color

#bb407e #40bb7d

#bb407e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb407e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb407e Color CSS Codes

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

#bb407e Text Font Color

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

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


#bb407e Background Color

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

This div background color is #bb407e


#bb407e Border Color

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

This div border color is #bb407e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,64,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 #bb407e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb407e


Comments

No comments written yet.

Please login to write comment.