Color Hex Logo

#bc78fe Color Hex

#BC78FE
(188,120,254)
0 Favorites   0 Comments

Color spaces of #bc78fe

RGB 188120254
HSL0.750.990.73
HSV270°53°100°
CMYK 0.260.530.00   0.00
XYZ45.344931.280197.4136
Yxy31.28010.26050.1797
Hunter Lab55.928646.8463-64.1183
CIE-Lab62.743451.2798-56.9510

#bc78fe color RGB value is (188,120,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111000 11111110
Octal 274 170 376
Decimal 188 120 254
Hex BC 78 FE

RGB Percentages of Color #bc78fe

%33.45
%21.35
%45.20

CMYK Percentages of Color #bc78fe

%26
%53
%0
%0

Triadic Colors of #bc78fe

#bc78fe #febc78 #78febc

Analogous Colors of #bc78fe

#bc78fe #fe78fd #7978fe

Monochromatic Colors of #bc78fe

#bc78fe

Complementary Color

#bc78fe #bafe78

#bc78fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc78fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc78fe Color CSS Codes

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

#bc78fe Text Font Color

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

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


#bc78fe Background Color

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

This div background color is #bc78fe


#bc78fe Border Color

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

This div border color is #bc78fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc78fe


Comments

No comments written yet.

Please login to write comment.