Color Hex Logo

#bc3dfb Color Hex

#BC3DFB
(188,61,251)
0 Favorites   0 Comments

Color spaces of #bc3dfb

RGB 18861251
HSL0.780.960.61
HSV280°76°98°
CMYK 0.250.760.00   0.02
XYZ39.820420.993993.2202
Yxy20.99390.25850.1363
Hunter Lab45.819174.9471-88.5537
CIE-Lab52.942876.9654-71.0426

#bc3dfb color RGB value is (188,61,251).

#bc3dfb hex color red value is 188, green value is 61 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bc3dfb hue: 0.78 , saturation: 0.96 and the lightness value of bc3dfb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111101 11111011
Octal 274 75 373
Decimal 188 61 251
Hex BC 3D FB

RGB Percentages of Color #bc3dfb

%37.60
%12.20
%50.20

CMYK Percentages of Color #bc3dfb

%25
%76
%0
%2

Triadic Colors of #bc3dfb

#bc3dfb #fbbc3d #3dfbbc

Analogous Colors of #bc3dfb

#bc3dfb #fb3ddb #5d3dfb

Monochromatic Colors of #bc3dfb

#bc3dfb

Complementary Color

#bc3dfb #7cfb3d

#bc3dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3dfb Color CSS Codes

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

#bc3dfb Text Font Color

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

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


#bc3dfb Background Color

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

This div background color is #bc3dfb


#bc3dfb Border Color

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

This div border color is #bc3dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.