Color Hex Logo

#bc65fe Color Hex

#BC65FE
(188,101,254)
0 Favorites   0 Comments

Color spaces of #bc65fe

RGB 188101254
HSL0.760.990.70
HSV274°60°100°
CMYK 0.260.600.00   0.00
XYZ43.282127.154596.7261
Yxy27.15450.25890.1624
Hunter Lab52.110057.0681-73.5766
CIE-Lab59.117160.8940-62.7488

#bc65fe color RGB value is (188,101,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100101 11111110
Octal 274 145 376
Decimal 188 101 254
Hex BC 65 FE

RGB Percentages of Color #bc65fe

%34.62
%18.60
%46.78

CMYK Percentages of Color #bc65fe

%26
%60
%0
%0

Triadic Colors of #bc65fe

#bc65fe #febc65 #65febc

Analogous Colors of #bc65fe

#bc65fe #fe65f4 #7065fe

Monochromatic Colors of #bc65fe

#bc65fe

Complementary Color

#bc65fe #a7fe65

#bc65fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc65fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc65fe Color CSS Codes

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

#bc65fe Text Font Color

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

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


#bc65fe Background Color

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

This div background color is #bc65fe


#bc65fe Border Color

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

This div border color is #bc65fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc65fe

Related Colors


Comments

No comments written yet.

Please login to write comment.