Color Hex Logo

#bc2efb Color Hex

#BC2EFB
(188,46,251)
0 Favorites   0 Comments

Color spaces of #bc2efb

RGB 18846251
HSL0.780.960.58
HSV282°82°98°
CMYK 0.250.820.00   0.02
XYZ39.128619.610492.9897
Yxy19.61040.25790.1292
Hunter Lab44.283680.2246-93.5025
CIE-Lab51.393881.4628-73.5566

#bc2efb color RGB value is (188,46,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101110 11111011
Octal 274 56 373
Decimal 188 46 251
Hex BC 2E FB

RGB Percentages of Color #bc2efb

%38.76
%9.48
%51.75

CMYK Percentages of Color #bc2efb

%25
%82
%0
%2

Triadic Colors of #bc2efb

#bc2efb #fbbc2e #2efbbc

Analogous Colors of #bc2efb

#bc2efb #fb2ed4 #562efb

Monochromatic Colors of #bc2efb

#bc2efb

Complementary Color

#bc2efb #6dfb2e

#bc2efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2efb Color CSS Codes

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

#bc2efb Text Font Color

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

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


#bc2efb Background Color

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

This div background color is #bc2efb


#bc2efb Border Color

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

This div border color is #bc2efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2efb


Comments

No comments written yet.

Please login to write comment.