Color Hex Logo

#bb3bfa Color Hex

#BB3BFA
(187,59,250)
0 Favorites   0 Comments

Color spaces of #bb3bfa

RGB 18759250
HSL0.780.950.61
HSV280°76°98°
CMYK 0.250.760.00   0.02
XYZ39.312820.594992.3457
Yxy20.59490.25820.1353
Hunter Lab45.381675.2117-88.8804
CIE-Lab52.503377.2636-71.2047

#bb3bfa color RGB value is (187,59,250).

#bb3bfa hex color red value is 187, green value is 59 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bb3bfa hue: 0.78 , saturation: 0.95 and the lightness value of bb3bfa is 0.61.

The process color (four color CMYK) of #bb3bfa color hex is 0.25, 0.76, 0.00, 0.02. Web safe color of #bb3bfa is #cc33ff. Color #bb3bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111011 11111010
Octal 273 73 372
Decimal 187 59 250
Hex BB 3B FA

RGB Percentages of Color #bb3bfa

%37.70
%11.90
%50.40

CMYK Percentages of Color #bb3bfa

%25
%76
%0
%2

Triadic Colors of #bb3bfa

#bb3bfa #fabb3b #3bfabb

Analogous Colors of #bb3bfa

#bb3bfa #fa3bda #5b3bfa

Monochromatic Colors of #bb3bfa

#bb3bfa

Complementary Color

#bb3bfa #7afa3b

#bb3bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3bfa Color CSS Codes

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

#bb3bfa Text Font Color

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

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


#bb3bfa Background Color

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

This div background color is #bb3bfa


#bb3bfa Border Color

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

This div border color is #bb3bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.