Color Hex Logo

#bb3bab Color Hex

#BB3BAB
(187,59,171)
0 Favorites   0 Comments

Color spaces of #bb3bab

RGB 18759171
HSL0.850.520.48
HSV308°68°73°
CMYK 0.000.680.09   0.27
XYZ29.408216.633040.1886
Yxy16.63300.34100.1929
Hunter Lab40.783657.3414-29.8765
CIE-Lab47.794263.2038-33.4744

#bb3bab color RGB value is (187,59,171).

#bb3bab hex color red value is 187, green value is 59 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bb3bab hue: 0.85 , saturation: 0.52 and the lightness value of bb3bab is 0.48.

The process color (four color CMYK) of #bb3bab color hex is 0.00, 0.68, 0.09, 0.27. Web safe color of #bb3bab is #cc3399. Color #bb3bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111011 10101011
Octal 273 73 253
Decimal 187 59 171
Hex BB 3B AB

RGB Percentages of Color #bb3bab

%44.84
%14.15
%41.01

CMYK Percentages of Color #bb3bab

%0
%68
%9
%27

Triadic Colors of #bb3bab

#bb3bab #abbb3b #3babbb

Analogous Colors of #bb3bab

#bb3bab #bb3b6b #8b3bbb

Monochromatic Colors of #bb3bab

#bb3bab

Complementary Color

#bb3bab #3bbb4b

#bb3bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3bab Color CSS Codes

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

#bb3bab Text Font Color

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

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


#bb3bab Background Color

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

This div background color is #bb3bab


#bb3bab Border Color

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

This div border color is #bb3bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3bab


Comments

No comments written yet.

Please login to write comment.