Color Hex Logo

#bb405b Color Hex

#BB405B
(187,64,91)
0 Favorites   0 Comments

Color spaces of #bb405b

RGB 1876491
HSL0.960.490.49
HSV347°66°73°
CMYK 0.000.660.51   0.27
XYZ24.215214.986911.5140
Yxy14.98690.47750.2955
Hunter Lab38.712943.90549.4650
CIE-Lab45.616251.384011.6579

#bb405b color RGB value is (187,64,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000000 01011011
Octal 273 100 133
Decimal 187 64 91
Hex BB 40 5B

RGB Percentages of Color #bb405b

%54.68
%18.71
%26.61

CMYK Percentages of Color #bb405b

%0
%66
%51
%27

Triadic Colors of #bb405b

#bb405b #5bbb40 #405bbb

Analogous Colors of #bb405b

#bb405b #bb6340 #bb4099

Monochromatic Colors of #bb405b

#bb405b

Complementary Color

#bb405b #40bba0

#bb405b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb405b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb405b Color CSS Codes

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

#bb405b Text Font Color

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

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


#bb405b Background Color

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

This div background color is #bb405b


#bb405b Border Color

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

This div border color is #bb405b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb405b


Comments

No comments written yet.

Please login to write comment.