Color Hex Logo

#bc70fa Color Hex

#BC70FA
(188,112,250)
0 Favorites   0 Comments

Color spaces of #bc70fa

RGB 188112250
HSL0.760.930.71
HSV273°55°98°
CMYK 0.250.550.00   0.02
XYZ43.788529.181893.7672
Yxy29.18180.26260.1750
Hunter Lab54.020250.1559-65.1003
CIE-Lab60.941754.5234-57.6220

#bc70fa color RGB value is (188,112,250).

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

The process color (four color CMYK) of #bc70fa color hex is 0.25, 0.55, 0.00, 0.02. Web safe color of #bc70fa is #cc66ff. Color #bc70fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110000 11111010
Octal 274 160 372
Decimal 188 112 250
Hex BC 70 FA

RGB Percentages of Color #bc70fa

%34.18
%20.36
%45.45

CMYK Percentages of Color #bc70fa

%25
%55
%0
%2

Triadic Colors of #bc70fa

#bc70fa #fabc70 #70fabc

Analogous Colors of #bc70fa

#bc70fa #fa70f3 #7770fa

Monochromatic Colors of #bc70fa

#bc70fa

Complementary Color

#bc70fa #aefa70

#bc70fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc70fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc70fa Color CSS Codes

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

#bc70fa Text Font Color

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

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


#bc70fa Background Color

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

This div background color is #bc70fa


#bc70fa Border Color

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

This div border color is #bc70fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc70fa

Related Colors


Comments

No comments written yet.

Please login to write comment.