Color Hex Logo

#bb2ba1 Color Hex

#BB2BA1
(187,43,161)
0 Favorites   0 Comments

Color spaces of #bb2ba1

RGB 18743161
HSL0.860.630.45
HSV311°77°73°
CMYK 0.000.770.14   0.27
XYZ27.790414.865835.1229
Yxy14.86580.35730.1911
Hunter Lab38.556261.1853-27.0211
CIE-Lab45.449866.9904-31.2160

#bb2ba1 color RGB value is (187,43,161).

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

The process color (four color CMYK) of #bb2ba1 color hex is 0.00, 0.77, 0.14, 0.27. Web safe color of #bb2ba1 is #cc3399. Color #bb2ba1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101011 10100001
Octal 273 53 241
Decimal 187 43 161
Hex BB 2B A1

RGB Percentages of Color #bb2ba1

%47.83
%11.00
%41.18

CMYK Percentages of Color #bb2ba1

%0
%77
%14
%27

Triadic Colors of #bb2ba1

#bb2ba1 #a1bb2b #2ba1bb

Analogous Colors of #bb2ba1

#bb2ba1 #bb2b59 #8d2bbb

Monochromatic Colors of #bb2ba1

#bb2ba1

Complementary Color

#bb2ba1 #2bbb45

#bb2ba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2ba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2ba1 Color CSS Codes

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

#bb2ba1 Text Font Color

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

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


#bb2ba1 Background Color

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

This div background color is #bb2ba1


#bb2ba1 Border Color

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

This div border color is #bb2ba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2ba1


Comments

No comments written yet.

Please login to write comment.