Color Hex Logo

#bb2bba Color Hex

#BB2BBA
(187,43,186)
0 Favorites   0 Comments

Color spaces of #bb2bba

RGB 18743186
HSL0.830.630.45
HSV300°77°73°
CMYK 0.000.770.01   0.27
XYZ30.220315.837747.9186
Yxy15.83770.32160.1685
Hunter Lab39.796665.9033-43.5327
CIE-Lab46.760870.7429-43.9204

#bb2bba color RGB value is (187,43,186).

#bb2bba hex color red value is 187, green value is 43 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bb2bba hue: 0.83 , saturation: 0.63 and the lightness value of bb2bba is 0.45.

The process color (four color CMYK) of #bb2bba color hex is 0.00, 0.77, 0.01, 0.27. Web safe color of #bb2bba is #cc33cc. Color #bb2bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101011 10111010
Octal 273 53 272
Decimal 187 43 186
Hex BB 2B BA

RGB Percentages of Color #bb2bba

%44.95
%10.34
%44.71

CMYK Percentages of Color #bb2bba

%0
%77
%1
%27

Triadic Colors of #bb2bba

#bb2bba #babb2b #2bbabb

Analogous Colors of #bb2bba

#bb2bba #bb2b72 #742bbb

Monochromatic Colors of #bb2bba

#bb2bba

Complementary Color

#bb2bba #2bbb2c

#bb2bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2bba Color CSS Codes

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

#bb2bba Text Font Color

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

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


#bb2bba Background Color

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

This div background color is #bb2bba


#bb2bba Border Color

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

This div border color is #bb2bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2bba


Comments

No comments written yet.

Please login to write comment.