Color Hex Logo

#bc00fb Color Hex

#BC00FB
(188,0,251)
0 Favorites   0 Comments

Color spaces of #bc00fb

RGB 1880251
HSL0.791.000.49
HSV285°100°98°
CMYK 0.251.000.00   0.02
XYZ38.151617.656492.6640
Yxy17.65640.25700.1189
Hunter Lab42.019588.5348-101.3363
CIE-Lab49.076788.3287-77.3299

#bc00fb color RGB value is (188,0,251).

#bc00fb hex color red value is 188, green value is 0 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bc00fb hue: 0.79 , saturation: 1.00 and the lightness value of bc00fb is 0.49.

The process color (four color CMYK) of #bc00fb color hex is 0.25, 1.00, 0.00, 0.02. Web safe color of #bc00fb is #cc00ff. Color #bc00fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000000 11111011
Octal 274 0 373
Decimal 188 0 251
Hex BC 0 FB

RGB Percentages of Color #bc00fb

%42.82
%0.00
%57.18

CMYK Percentages of Color #bc00fb

%25
%100
%0
%2

Triadic Colors of #bc00fb

#bc00fb #fbbc00 #00fbbc

Analogous Colors of #bc00fb

#bc00fb #fb00bd #3e00fb

Monochromatic Colors of #bc00fb

#bc00fb

Complementary Color

#bc00fb #3ffb00

#bc00fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc00fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc00fb Color CSS Codes

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

#bc00fb Text Font Color

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

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


#bc00fb Background Color

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

This div background color is #bc00fb


#bc00fb Border Color

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

This div border color is #bc00fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,0,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc00fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc00fb;
  -webkit-box-shadow: 1px 1px 3px 2px #bc00fb;
  box-shadow:         1px 1px 3px 2px #bc00fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,0,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc00fb


Comments

No comments written yet.

Please login to write comment.