Color Hex Logo

#bb2ccb Color Hex

#BB2CCB
(187,44,203)
0 Favorites   0 Comments

Color spaces of #bb2ccb

RGB 18744203
HSL0.820.640.48
HSV294°78°80°
CMYK 0.080.780.00   0.20
XYZ32.173716.678058.0233
Yxy16.67800.30100.1561
Hunter Lab40.838769.1588-55.6517
CIE-Lab47.851773.2407-52.0585

#bb2ccb color RGB value is (187,44,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101100 11001011
Octal 273 54 313
Decimal 187 44 203
Hex BB 2C CB

RGB Percentages of Color #bb2ccb

%43.09
%10.14
%46.77

CMYK Percentages of Color #bb2ccb

%8
%78
%0
%20

Triadic Colors of #bb2ccb

#bb2ccb #cbbb2c #2ccbbb

Analogous Colors of #bb2ccb

#bb2ccb #cb2c8c #6c2ccb

Monochromatic Colors of #bb2ccb

#bb2ccb

Complementary Color

#bb2ccb #3ccb2c

#bb2ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2ccb Color CSS Codes

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

#bb2ccb Text Font Color

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

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


#bb2ccb Background Color

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

This div background color is #bb2ccb


#bb2ccb Border Color

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

This div border color is #bb2ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2ccb


Comments

No comments written yet.

Please login to write comment.