Color Hex Logo

#bb2acb Color Hex

#BB2ACB
(187,42,203)
0 Favorites   0 Comments

Color spaces of #bb2acb

RGB 18742203
HSL0.820.660.48
HSV294°79°80°
CMYK 0.080.790.00   0.20
XYZ32.101016.532557.9991
Yxy16.53250.30100.1550
Hunter Lab40.660269.7695-56.1112
CIE-Lab47.665573.7808-52.3570

#bb2acb color RGB value is (187,42,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101010 11001011
Octal 273 52 313
Decimal 187 42 203
Hex BB 2A CB

RGB Percentages of Color #bb2acb

%43.29
%9.72
%46.99

CMYK Percentages of Color #bb2acb

%8
%79
%0
%20

Triadic Colors of #bb2acb

#bb2acb #cbbb2a #2acbbb

Analogous Colors of #bb2acb

#bb2acb #cb2a8b #6b2acb

Monochromatic Colors of #bb2acb

#bb2acb

Complementary Color

#bb2acb #3acb2a

#bb2acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2acb Color CSS Codes

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

#bb2acb Text Font Color

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

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


#bb2acb Background Color

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

This div background color is #bb2acb


#bb2acb Border Color

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

This div border color is #bb2acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2acb


Comments

No comments written yet.

Please login to write comment.