Color Hex Logo

#bb326e Color Hex

#BB326E
(187,50,110)
0 Favorites   0 Comments

Color spaces of #bb326e

RGB 18750110
HSL0.930.580.46
HSV334°73°73°
CMYK 0.000.730.41   0.27
XYZ24.448613.971816.1601
Yxy13.97180.44790.2560
Hunter Lab37.378951.33940.5322
CIE-Lab44.192558.5361-2.1106

#bb326e color RGB value is (187,50,110).

#bb326e hex color red value is 187, green value is 50 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bb326e hue: 0.93 , saturation: 0.58 and the lightness value of bb326e is 0.46.

The process color (four color CMYK) of #bb326e color hex is 0.00, 0.73, 0.41, 0.27. Web safe color of #bb326e is #cc3366. Color #bb326e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110010 01101110
Octal 273 62 156
Decimal 187 50 110
Hex BB 32 6E

RGB Percentages of Color #bb326e

%53.89
%14.41
%31.70

CMYK Percentages of Color #bb326e

%0
%73
%41
%27

Triadic Colors of #bb326e

#bb326e #6ebb32 #326ebb

Analogous Colors of #bb326e

#bb326e #bb3a32 #bb32b3

Monochromatic Colors of #bb326e

#bb326e

Complementary Color

#bb326e #32bb7f

#bb326e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb326e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb326e Color CSS Codes

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

#bb326e Text Font Color

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

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


#bb326e Background Color

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

This div background color is #bb326e


#bb326e Border Color

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

This div border color is #bb326e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb326e


Comments

No comments written yet.

Please login to write comment.