Color Hex Logo

#bc00fa Color Hex

#BC00FA
(188,0,250)
0 Favorites   0 Comments

Color spaces of #bc00fa

RGB 1880250
HSL0.791.000.49
HSV285°100°98°
CMYK 0.251.000.00   0.02
XYZ37.994417.593591.8358
Yxy17.59350.25770.1193
Hunter Lab41.944688.2864-100.4515
CIE-Lab48.999388.1549-76.8969

#bc00fa color RGB value is (188,0,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000000 11111010
Octal 274 0 372
Decimal 188 0 250
Hex BC 0 FA

RGB Percentages of Color #bc00fa

%42.92
%0.00
%57.08

CMYK Percentages of Color #bc00fa

%25
%100
%0
%2

Triadic Colors of #bc00fa

#bc00fa #fabc00 #00fabc

Analogous Colors of #bc00fa

#bc00fa #fa00bb #3f00fa

Monochromatic Colors of #bc00fa

#bc00fa

Complementary Color

#bc00fa #3efa00

#bc00fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc00fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc00fa Color CSS Codes

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

#bc00fa Text Font Color

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

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


#bc00fa Background Color

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

This div background color is #bc00fa


#bc00fa Border Color

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

This div border color is #bc00fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc00fa

Related Colors


Comments

No comments written yet.

Please login to write comment.