Color Hex Logo

#bb33cb Color Hex

#BB33CB
(187,51,203)
0 Favorites   0 Comments

Color spaces of #bb33cb

RGB 18751203
HSL0.820.600.50
HSV294°75°80°
CMYK 0.080.750.00   0.20
XYZ32.456817.244258.1177
Yxy17.24420.30100.1599
Hunter Lab41.526166.8447-53.9107
CIE-Lab48.566371.1799-50.9144

#bb33cb color RGB value is (187,51,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110011 11001011
Octal 273 63 313
Decimal 187 51 203
Hex BB 33 CB

RGB Percentages of Color #bb33cb

%42.40
%11.56
%46.03

CMYK Percentages of Color #bb33cb

%8
%75
%0
%20

Triadic Colors of #bb33cb

#bb33cb #cbbb33 #33cbbb

Analogous Colors of #bb33cb

#bb33cb #cb338f #6f33cb

Monochromatic Colors of #bb33cb

#bb33cb

Complementary Color

#bb33cb #43cb33

#bb33cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb33cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb33cb Color CSS Codes

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

#bb33cb Text Font Color

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

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


#bb33cb Background Color

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

This div background color is #bb33cb


#bb33cb Border Color

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

This div border color is #bb33cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb33cb


Comments

No comments written yet.

Please login to write comment.