Color Hex Logo

#bc3eff Color Hex

#BC3EFF
(188,62,255)
0 Favorites   0 Comments

Color spaces of #bc3eff

RGB 18862255
HSL0.781.000.62
HSV279°76°100°
CMYK 0.260.760.00   0.00
XYZ40.511721.356696.5948
Yxy21.35660.25570.1348
Hunter Lab46.213275.6047-91.5787
CIE-Lab53.337677.4165-72.6264

#bc3eff color RGB value is (188,62,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111110 11111111
Octal 274 76 377
Decimal 188 62 255
Hex BC 3E FF

RGB Percentages of Color #bc3eff

%37.23
%12.28
%50.50

CMYK Percentages of Color #bc3eff

%26
%76
%0
%0

Triadic Colors of #bc3eff

#bc3eff #ffbc3e #3effbc

Analogous Colors of #bc3eff

#bc3eff #ff3ee2 #5b3eff

Monochromatic Colors of #bc3eff

#bc3eff

Complementary Color

#bc3eff #81ff3e

#bc3eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3eff Color CSS Codes

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

#bc3eff Text Font Color

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

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


#bc3eff Background Color

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

This div background color is #bc3eff


#bc3eff Border Color

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

This div border color is #bc3eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3eff

Related Colors


Comments

No comments written yet.

Please login to write comment.