Color Hex Logo

#bc3fbb Color Hex

#BC3FBB
(188,63,187)
0 Favorites   0 Comments

Color spaces of #bc3fbb

RGB 18863187
HSL0.830.500.49
HSV300°66°74°
CMYK 0.000.660.01   0.26
XYZ31.486217.834248.7966
Yxy17.83420.32090.1818
Hunter Lab42.230659.1823-38.9471
CIE-Lab49.294464.5224-40.4758

#bc3fbb color RGB value is (188,63,187).

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

The process color (four color CMYK) of #bc3fbb color hex is 0.00, 0.66, 0.01, 0.26. Web safe color of #bc3fbb is #cc33cc. Color #bc3fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111111 10111011
Octal 274 77 273
Decimal 188 63 187
Hex BC 3F BB

RGB Percentages of Color #bc3fbb

%42.92
%14.38
%42.69

CMYK Percentages of Color #bc3fbb

%0
%66
%1
%26

Triadic Colors of #bc3fbb

#bc3fbb #bbbc3f #3fbbbc

Analogous Colors of #bc3fbb

#bc3fbb #bc3f7d #7f3fbc

Monochromatic Colors of #bc3fbb

#bc3fbb

Complementary Color

#bc3fbb #3fbc40

#bc3fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3fbb Color CSS Codes

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

#bc3fbb Text Font Color

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

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


#bc3fbb Background Color

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

This div background color is #bc3fbb


#bc3fbb Border Color

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

This div border color is #bc3fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3fbb


Comments

No comments written yet.

Please login to write comment.