Color Hex Logo

#bb326a Color Hex

#BB326A
(187,50,106)
0 Favorites   0 Comments

Color spaces of #bb326a

RGB 18750106
HSL0.930.580.46
HSV335°73°73°
CMYK 0.000.730.43   0.27
XYZ24.235613.886615.0387
Yxy13.88660.45590.2612
Hunter Lab37.264750.87652.1580
CIE-Lab44.069958.13840.1863

#bb326a color RGB value is (187,50,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110010 01101010
Octal 273 62 152
Decimal 187 50 106
Hex BB 32 6A

RGB Percentages of Color #bb326a

%54.52
%14.58
%30.90

CMYK Percentages of Color #bb326a

%0
%73
%43
%27

Triadic Colors of #bb326a

#bb326a #6abb32 #326abb

Analogous Colors of #bb326a

#bb326a #bb3e32 #bb32af

Monochromatic Colors of #bb326a

#bb326a

Complementary Color

#bb326a #32bb83

#bb326a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb326a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb326a Color CSS Codes

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

#bb326a Text Font Color

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

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


#bb326a Background Color

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

This div background color is #bb326a


#bb326a Border Color

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

This div border color is #bb326a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb326a


Comments

No comments written yet.

Please login to write comment.