Color Hex Logo

#bb3ffc Color Hex

#BB3FFC
(187,63,252)
0 Favorites   0 Comments

Color spaces of #bb3ffc

RGB 18763252
HSL0.780.970.62
HSV279°75°99°
CMYK 0.260.750.00   0.01
XYZ39.841721.148194.0776
Yxy21.14810.25690.1364
Hunter Lab45.987174.1692-89.1010
CIE-Lab53.111276.3063-71.3327

#bb3ffc color RGB value is (187,63,252).

#bb3ffc hex color red value is 187, green value is 63 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bb3ffc hue: 0.78 , saturation: 0.97 and the lightness value of bb3ffc is 0.62.

The process color (four color CMYK) of #bb3ffc color hex is 0.26, 0.75, 0.00, 0.01. Web safe color of #bb3ffc is #cc33ff. Color #bb3ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111111 11111100
Octal 273 77 374
Decimal 187 63 252
Hex BB 3F FC

RGB Percentages of Color #bb3ffc

%37.25
%12.55
%50.20

CMYK Percentages of Color #bb3ffc

%26
%75
%0
%1

Triadic Colors of #bb3ffc

#bb3ffc #fcbb3f #3ffcbb

Analogous Colors of #bb3ffc

#bb3ffc #fc3fdf #5d3ffc

Monochromatic Colors of #bb3ffc

#bb3ffc

Complementary Color

#bb3ffc #80fc3f

#bb3ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3ffc Color CSS Codes

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

#bb3ffc Text Font Color

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

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


#bb3ffc Background Color

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

This div background color is #bb3ffc


#bb3ffc Border Color

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

This div border color is #bb3ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3ffc


Comments

No comments written yet.

Please login to write comment.