Color Hex Logo

#bc3cff Color Hex

#BC3CFF
(188,60,255)
0 Favorites   0 Comments

Color spaces of #bc3cff

RGB 18860255
HSL0.781.000.62
HSV279°76°100°
CMYK 0.260.760.00   0.00
XYZ40.404921.143196.5592
Yxy21.14310.25560.1337
Hunter Lab45.981676.3834-92.3190
CIE-Lab53.105878.0848-73.0025

#bc3cff color RGB value is (188,60,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111100 11111111
Octal 274 74 377
Decimal 188 60 255
Hex BC 3C FF

RGB Percentages of Color #bc3cff

%37.38
%11.93
%50.70

CMYK Percentages of Color #bc3cff

%26
%76
%0
%0

Triadic Colors of #bc3cff

#bc3cff #ffbc3c #3cffbc

Analogous Colors of #bc3cff

#bc3cff #ff3ce1 #5a3cff

Monochromatic Colors of #bc3cff

#bc3cff

Complementary Color

#bc3cff #7fff3c

#bc3cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3cff Color CSS Codes

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

#bc3cff Text Font Color

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

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


#bc3cff Background Color

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

This div background color is #bc3cff


#bc3cff Border Color

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

This div border color is #bc3cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3cff


Comments

No comments written yet.

Please login to write comment.