Color Hex Logo

#bb649b Color Hex

#BB649B
(187,100,155)
0 Favorites   0 Comments

Color spaces of #bb649b

RGB 187100155
HSL0.890.390.56
HSV322°47°73°
CMYK 0.000.470.17   0.27
XYZ30.967122.045733.6334
Yxy22.04570.35740.2544
Hunter Lab46.952835.5597-9.6038
CIE-Lab54.075542.0026-14.3772

#bb649b color RGB value is (187,100,155).

#bb649b hex color red value is 187, green value is 100 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bb649b hue: 0.89 , saturation: 0.39 and the lightness value of bb649b is 0.56.

The process color (four color CMYK) of #bb649b color hex is 0.00, 0.47, 0.17, 0.27. Web safe color of #bb649b is #cc6699. Color #bb649b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100100 10011011
Octal 273 144 233
Decimal 187 100 155
Hex BB 64 9B

RGB Percentages of Color #bb649b

%42.31
%22.62
%35.07

CMYK Percentages of Color #bb649b

%0
%47
%17
%27

Triadic Colors of #bb649b

#bb649b #9bbb64 #649bbb

Analogous Colors of #bb649b

#bb649b #bb6470 #b064bb

Monochromatic Colors of #bb649b

#bb649b

Complementary Color

#bb649b #64bb84

#bb649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb649b Color CSS Codes

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

#bb649b Text Font Color

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

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


#bb649b Background Color

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

This div background color is #bb649b


#bb649b Border Color

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

This div border color is #bb649b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb649b


Comments

No comments written yet.

Please login to write comment.