Color Hex Logo

#bc68fe Color Hex

#BC68FE
(188,104,254)
0 Favorites   0 Comments

Color spaces of #bc68fe

RGB 188104254
HSL0.760.990.70
HSV274°59°100°
CMYK 0.260.590.00   0.00
XYZ43.578727.747896.8249
Yxy27.74780.25920.1650
Hunter Lab52.676255.4887-72.1085
CIE-Lab59.660259.4295-61.8778

#bc68fe color RGB value is (188,104,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101000 11111110
Octal 274 150 376
Decimal 188 104 254
Hex BC 68 FE

RGB Percentages of Color #bc68fe

%34.43
%19.05
%46.52

CMYK Percentages of Color #bc68fe

%26
%59
%0
%0

Triadic Colors of #bc68fe

#bc68fe #febc68 #68febc

Analogous Colors of #bc68fe

#bc68fe #fe68f5 #7168fe

Monochromatic Colors of #bc68fe

#bc68fe

Complementary Color

#bc68fe #aafe68

#bc68fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc68fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc68fe Color CSS Codes

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

#bc68fe Text Font Color

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

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


#bc68fe Background Color

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

This div background color is #bc68fe


#bc68fe Border Color

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

This div border color is #bc68fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc68fe

Related Colors


Comments

No comments written yet.

Please login to write comment.