Color Hex Logo

#bc64fe Color Hex

#BC64FE
(188,100,254)
0 Favorites   0 Comments

Color spaces of #bc64fe

RGB 188100254
HSL0.760.990.69
HSV274°61°100°
CMYK 0.260.610.00   0.00
XYZ43.185626.961596.6939
Yxy26.96150.25880.1616
Hunter Lab51.924557.5907-74.0629
CIE-Lab58.938761.3768-63.0351

#bc64fe color RGB value is (188,100,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100100 11111110
Octal 274 144 376
Decimal 188 100 254
Hex BC 64 FE

RGB Percentages of Color #bc64fe

%34.69
%18.45
%46.86

CMYK Percentages of Color #bc64fe

%26
%61
%0
%0

Triadic Colors of #bc64fe

#bc64fe #febc64 #64febc

Analogous Colors of #bc64fe

#bc64fe #fe64f3 #6f64fe

Monochromatic Colors of #bc64fe

#bc64fe

Complementary Color

#bc64fe #a6fe64

#bc64fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc64fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc64fe Color CSS Codes

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

#bc64fe Text Font Color

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

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


#bc64fe Background Color

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

This div background color is #bc64fe


#bc64fe Border Color

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

This div border color is #bc64fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc64fe

Related Colors


Comments

No comments written yet.

Please login to write comment.