Color Hex Logo

#bb39fe Color Hex

#BB39FE
(187,57,254)
0 Favorites   0 Comments

Color spaces of #bb39fe

RGB 18757254
HSL0.780.990.61
HSV280°78°100°
CMYK 0.260.780.00   0.00
XYZ39.846020.646895.6510
Yxy20.64680.25520.1322
Hunter Lab45.438777.0118-93.0015
CIE-Lab52.560878.6924-73.3378

#bb39fe color RGB value is (187,57,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111001 11111110
Octal 273 71 376
Decimal 187 57 254
Hex BB 39 FE

RGB Percentages of Color #bb39fe

%37.55
%11.45
%51.00

CMYK Percentages of Color #bb39fe

%26
%78
%0
%0

Triadic Colors of #bb39fe

#bb39fe #febb39 #39febb

Analogous Colors of #bb39fe

#bb39fe #fe39df #5939fe

Monochromatic Colors of #bb39fe

#bb39fe

Complementary Color

#bb39fe #7cfe39

#bb39fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb39fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb39fe Color CSS Codes

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

#bb39fe Text Font Color

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

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


#bb39fe Background Color

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

This div background color is #bb39fe


#bb39fe Border Color

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

This div border color is #bb39fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb39fe


Comments

No comments written yet.

Please login to write comment.