Color Hex Logo

#bb02cb Color Hex

#BB02CB
(187,2,203)
0 Favorites   0 Comments

Color spaces of #bb02cb

RGB 1872203
HSL0.820.980.40
HSV295°99°80°
CMYK 0.080.990.00   0.20
XYZ31.294714.920057.7303
Yxy14.92000.30110.1435
Hunter Lab38.626477.0225-61.5752
CIE-Lab45.524480.0694-55.7977

#bb02cb color RGB value is (187,2,203).

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

The process color (four color CMYK) of #bb02cb color hex is 0.08, 0.99, 0.00, 0.20. Web safe color of #bb02cb is #cc00cc. Color #bb02cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000010 11001011
Octal 273 2 313
Decimal 187 2 203
Hex BB 2 CB

RGB Percentages of Color #bb02cb

%47.70
%0.51
%51.79

CMYK Percentages of Color #bb02cb

%8
%99
%0
%20

Triadic Colors of #bb02cb

#bb02cb #cbbb02 #02cbbb

Analogous Colors of #bb02cb

#bb02cb #cb0277 #5702cb

Monochromatic Colors of #bb02cb

#bb02cb

Complementary Color

#bb02cb #12cb02

#bb02cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb02cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb02cb Color CSS Codes

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

#bb02cb Text Font Color

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

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


#bb02cb Background Color

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

This div background color is #bb02cb


#bb02cb Border Color

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

This div border color is #bb02cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb02cb


Comments

No comments written yet.

Please login to write comment.