Color Hex Logo

#bc2fff Color Hex

#BC2FFF
(188,47,255)
0 Favorites   0 Comments

Color spaces of #bc2fff

RGB 18847255
HSL0.781.000.59
HSV281°82°100°
CMYK 0.260.820.00   0.00
XYZ39.805619.944496.3594
Yxy19.94440.25500.1278
Hunter Lab44.659280.9471-96.6664
CIE-Lab51.774381.9558-75.1655

#bc2fff color RGB value is (188,47,255).

#bc2fff hex color red value is 188, green value is 47 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bc2fff hue: 0.78 , saturation: 1.00 and the lightness value of bc2fff is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101111 11111111
Octal 274 57 377
Decimal 188 47 255
Hex BC 2F FF

RGB Percentages of Color #bc2fff

%38.37
%9.59
%52.04

CMYK Percentages of Color #bc2fff

%26
%82
%0
%0

Triadic Colors of #bc2fff

#bc2fff #ffbc2f #2fffbc

Analogous Colors of #bc2fff

#bc2fff #ff2fda #542fff

Monochromatic Colors of #bc2fff

#bc2fff

Complementary Color

#bc2fff #72ff2f

#bc2fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2fff Color CSS Codes

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

#bc2fff Text Font Color

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

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


#bc2fff Background Color

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

This div background color is #bc2fff


#bc2fff Border Color

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

This div border color is #bc2fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2fff

Related Colors


Comments

No comments written yet.

Please login to write comment.