Color Hex Logo

#bc70fb Color Hex

#BC70FB
(188,112,251)
0 Favorites   0 Comments

Color spaces of #bc70fb

RGB 188112251
HSL0.760.950.71
HSV273°55°98°
CMYK 0.250.550.00   0.02
XYZ43.945829.244794.5954
Yxy29.24470.26190.1743
Hunter Lab54.078450.4176-65.8569
CIE-Lab60.997054.7471-58.0854

#bc70fb color RGB value is (188,112,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110000 11111011
Octal 274 160 373
Decimal 188 112 251
Hex BC 70 FB

RGB Percentages of Color #bc70fb

%34.12
%20.33
%45.55

CMYK Percentages of Color #bc70fb

%25
%55
%0
%2

Triadic Colors of #bc70fb

#bc70fb #fbbc70 #70fbbc

Analogous Colors of #bc70fb

#bc70fb #fb70f5 #7770fb

Monochromatic Colors of #bc70fb

#bc70fb

Complementary Color

#bc70fb #affb70

#bc70fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc70fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc70fb Color CSS Codes

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

#bc70fb Text Font Color

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

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


#bc70fb Background Color

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

This div background color is #bc70fb


#bc70fb Border Color

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

This div border color is #bc70fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc70fb


Comments

No comments written yet.

Please login to write comment.