Color Hex Logo

#bb2fcb Color Hex

#BB2FCB
(187,47,203)
0 Favorites   0 Comments

Color spaces of #bb2fcb

RGB 18747203
HSL0.820.620.49
HSV294°77°80°
CMYK 0.080.770.00   0.20
XYZ32.289516.909658.0619
Yxy16.90960.30100.1576
Hunter Lab41.121368.2006-54.9306
CIE-Lab48.145972.3902-51.5872

#bb2fcb color RGB value is (187,47,203).

#bb2fcb hex color red value is 187, green value is 47 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bb2fcb hue: 0.82 , saturation: 0.62 and the lightness value of bb2fcb is 0.49.

The process color (four color CMYK) of #bb2fcb color hex is 0.08, 0.77, 0.00, 0.20. Web safe color of #bb2fcb is #cc33cc. Color #bb2fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101111 11001011
Octal 273 57 313
Decimal 187 47 203
Hex BB 2F CB

RGB Percentages of Color #bb2fcb

%42.79
%10.76
%46.45

CMYK Percentages of Color #bb2fcb

%8
%77
%0
%20

Triadic Colors of #bb2fcb

#bb2fcb #cbbb2f #2fcbbb

Analogous Colors of #bb2fcb

#bb2fcb #cb2f8d #6d2fcb

Monochromatic Colors of #bb2fcb

#bb2fcb

Complementary Color

#bb2fcb #3fcb2f

#bb2fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2fcb Color CSS Codes

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

#bb2fcb Text Font Color

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

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


#bb2fcb Background Color

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

This div background color is #bb2fcb


#bb2fcb Border Color

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

This div border color is #bb2fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2fcb


Comments

No comments written yet.

Please login to write comment.