Color Hex Logo

#bb2fab Color Hex

#BB2FAB
(187,47,171)
0 Favorites   0 Comments

Color spaces of #bb2fab

RGB 18747171
HSL0.850.600.46
HSV307°75°73°
CMYK 0.000.750.09   0.27
XYZ28.860715.538140.0061
Yxy15.53810.34190.1841
Hunter Lab39.418461.7089-32.5811
CIE-Lab46.362667.2631-35.7253

#bb2fab color RGB value is (187,47,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101111 10101011
Octal 273 57 253
Decimal 187 47 171
Hex BB 2F AB

RGB Percentages of Color #bb2fab

%46.17
%11.60
%42.22

CMYK Percentages of Color #bb2fab

%0
%75
%9
%27

Triadic Colors of #bb2fab

#bb2fab #abbb2f #2fabbb

Analogous Colors of #bb2fab

#bb2fab #bb2f65 #852fbb

Monochromatic Colors of #bb2fab

#bb2fab

Complementary Color

#bb2fab #2fbb3f

#bb2fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2fab Color CSS Codes

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

#bb2fab Text Font Color

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

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


#bb2fab Background Color

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

This div background color is #bb2fab


#bb2fab Border Color

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

This div border color is #bb2fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,47,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 #bb2fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2fab


Comments

No comments written yet.

Please login to write comment.