Color Hex Logo

#bc3fbf Color Hex

#BC3FBF
(188,63,191)
0 Favorites   0 Comments

Color spaces of #bc3fbf

RGB 18863191
HSL0.830.500.50
HSV299°67°75°
CMYK 0.020.670.00   0.25
XYZ31.920518.008051.0837
Yxy18.00800.31600.1783
Hunter Lab42.435860.0061-41.6674
CIE-Lab49.505865.1945-42.4660

#bc3fbf color RGB value is (188,63,191).

#bc3fbf hex color red value is 188, green value is 63 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bc3fbf hue: 0.83 , saturation: 0.50 and the lightness value of bc3fbf is 0.50.

The process color (four color CMYK) of #bc3fbf color hex is 0.02, 0.67, 0.00, 0.25. Web safe color of #bc3fbf is #cc33cc. Color #bc3fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111111 10111111
Octal 274 77 277
Decimal 188 63 191
Hex BC 3F BF

RGB Percentages of Color #bc3fbf

%42.53
%14.25
%43.21

CMYK Percentages of Color #bc3fbf

%2
%67
%0
%25

Triadic Colors of #bc3fbf

#bc3fbf #bfbc3f #3fbfbc

Analogous Colors of #bc3fbf

#bc3fbf #bf3f82 #7c3fbf

Monochromatic Colors of #bc3fbf

#bc3fbf

Complementary Color

#bc3fbf #42bf3f

#bc3fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3fbf Color CSS Codes

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

#bc3fbf Text Font Color

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

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


#bc3fbf Background Color

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

This div background color is #bc3fbf


#bc3fbf Border Color

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

This div border color is #bc3fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3fbf


Comments

No comments written yet.

Please login to write comment.