Color Hex Logo

#bc70fe Color Hex

#BC70FE
(188,112,254)
0 Favorites   0 Comments

Color spaces of #bc70fe

RGB 188112254
HSL0.760.990.72
HSV272°56°100°
CMYK 0.260.560.00   0.00
XYZ44.422629.435597.1062
Yxy29.43550.25980.1722
Hunter Lab54.254551.2072-68.1407
CIE-Lab61.164155.4202-59.4710

#bc70fe color RGB value is (188,112,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110000 11111110
Octal 274 160 376
Decimal 188 112 254
Hex BC 70 FE

RGB Percentages of Color #bc70fe

%33.94
%20.22
%45.85

CMYK Percentages of Color #bc70fe

%26
%56
%0
%0

Triadic Colors of #bc70fe

#bc70fe #febc70 #70febc

Analogous Colors of #bc70fe

#bc70fe #fe70f9 #7570fe

Monochromatic Colors of #bc70fe

#bc70fe

Complementary Color

#bc70fe #b2fe70

#bc70fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc70fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc70fe Color CSS Codes

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

#bc70fe Text Font Color

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

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


#bc70fe Background Color

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

This div background color is #bc70fe


#bc70fe Border Color

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

This div border color is #bc70fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc70fe

Related Colors


Comments

No comments written yet.

Please login to write comment.