Color Hex Logo

#bc4ffe Color Hex

#BC4FFE
(188,79,254)
0 Favorites   0 Comments

Color spaces of #bc4ffe

RGB 18879254
HSL0.770.990.65
HSV277°69°100°
CMYK 0.260.690.00   0.00
XYZ41.424423.439196.1068
Yxy23.43910.25730.1456
Hunter Lab48.413968.0055-83.8072
CIE-Lab55.521870.8067-68.5364

#bc4ffe color RGB value is (188,79,254).

#bc4ffe hex color red value is 188, green value is 79 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bc4ffe hue: 0.77 , saturation: 0.99 and the lightness value of bc4ffe is 0.65.

The process color (four color CMYK) of #bc4ffe color hex is 0.26, 0.69, 0.00, 0.00. Web safe color of #bc4ffe is #cc66ff. Color #bc4ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001111 11111110
Octal 274 117 376
Decimal 188 79 254
Hex BC 4F FE

RGB Percentages of Color #bc4ffe

%36.08
%15.16
%48.75

CMYK Percentages of Color #bc4ffe

%26
%69
%0
%0

Triadic Colors of #bc4ffe

#bc4ffe #febc4f #4ffebc

Analogous Colors of #bc4ffe

#bc4ffe #fe4fe9 #654ffe

Monochromatic Colors of #bc4ffe

#bc4ffe

Complementary Color

#bc4ffe #91fe4f

#bc4ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4ffe Color CSS Codes

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

#bc4ffe Text Font Color

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

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


#bc4ffe Background Color

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

This div background color is #bc4ffe


#bc4ffe Border Color

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

This div border color is #bc4ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.