Color Hex Logo

#bc70fc Color Hex

#BC70FC
(188,112,252)
0 Favorites   0 Comments

Color spaces of #bc70fc

RGB 188112252
HSL0.760.960.71
HSV273°56°99°
CMYK 0.250.560.00   0.01
XYZ44.103929.308095.4279
Yxy29.30800.26120.1736
Hunter Lab54.136950.6798-66.6156
CIE-Lab61.052554.9710-58.5479

#bc70fc color RGB value is (188,112,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110000 11111100
Octal 274 160 374
Decimal 188 112 252
Hex BC 70 FC

RGB Percentages of Color #bc70fc

%34.06
%20.29
%45.65

CMYK Percentages of Color #bc70fc

%25
%56
%0
%1

Triadic Colors of #bc70fc

#bc70fc #fcbc70 #70fcbc

Analogous Colors of #bc70fc

#bc70fc #fc70f6 #7670fc

Monochromatic Colors of #bc70fc

#bc70fc

Complementary Color

#bc70fc #b0fc70

#bc70fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc70fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc70fc Color CSS Codes

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

#bc70fc Text Font Color

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

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


#bc70fc Background Color

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

This div background color is #bc70fc


#bc70fc Border Color

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

This div border color is #bc70fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,112,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc70fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc70fc

Related Colors


Comments

No comments written yet.

Please login to write comment.