Color Hex Logo

#bc2bcf Color Hex

#BC2BCF
(188,43,207)
0 Favorites   0 Comments

Color spaces of #bc2bcf

RGB 18843207
HSL0.810.660.49
HSV293°79°81°
CMYK 0.090.790.00   0.19
XYZ32.865416.924160.5660
Yxy16.92410.29780.1534
Hunter Lab41.138970.6085-58.4914
CIE-Lab48.164374.3731-53.8544

#bc2bcf color RGB value is (188,43,207).

#bc2bcf hex color red value is 188, green value is 43 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bc2bcf hue: 0.81 , saturation: 0.66 and the lightness value of bc2bcf is 0.49.

The process color (four color CMYK) of #bc2bcf color hex is 0.09, 0.79, 0.00, 0.19. Web safe color of #bc2bcf is #cc33cc. Color #bc2bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101011 11001111
Octal 274 53 317
Decimal 188 43 207
Hex BC 2B CF

RGB Percentages of Color #bc2bcf

%42.92
%9.82
%47.26

CMYK Percentages of Color #bc2bcf

%9
%79
%0
%19

Triadic Colors of #bc2bcf

#bc2bcf #cfbc2b #2bcfbc

Analogous Colors of #bc2bcf

#bc2bcf #cf2b90 #6a2bcf

Monochromatic Colors of #bc2bcf

#bc2bcf

Complementary Color

#bc2bcf #3ecf2b

#bc2bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2bcf Color CSS Codes

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

#bc2bcf Text Font Color

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

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


#bc2bcf Background Color

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

This div background color is #bc2bcf


#bc2bcf Border Color

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

This div border color is #bc2bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2bcf


Comments

No comments written yet.

Please login to write comment.