Color Hex Logo

#bc006f Color Hex

#BC006F
(188,0,111)
0 Favorites   0 Comments

Color spaces of #bc006f

RGB 1880111
HSL0.901.000.37
HSV325°100°74°
CMYK 0.001.000.41   0.26
XYZ23.608311.839116.0798
Yxy11.83910.45820.2298
Hunter Lab34.408062.2599-3.6222
CIE-Lab40.959268.7868-7.5095

#bc006f color RGB value is (188,0,111).

#bc006f hex color red value is 188, green value is 0 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bc006f hue: 0.90 , saturation: 1.00 and the lightness value of bc006f is 0.37.

The process color (four color CMYK) of #bc006f color hex is 0.00, 1.00, 0.41, 0.26. Web safe color of #bc006f is #cc0066. Color #bc006f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000000 01101111
Octal 274 0 157
Decimal 188 0 111
Hex BC 0 6F

RGB Percentages of Color #bc006f

%62.88
%0.00
%37.12

CMYK Percentages of Color #bc006f

%0
%100
%41
%26

Triadic Colors of #bc006f

#bc006f #6fbc00 #006fbc

Analogous Colors of #bc006f

#bc006f #bc0011 #ab00bc

Monochromatic Colors of #bc006f

#bc006f

Complementary Color

#bc006f #00bc4d

#bc006f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc006f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc006f Color CSS Codes

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

#bc006f Text Font Color

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

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


#bc006f Background Color

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

This div background color is #bc006f


#bc006f Border Color

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

This div border color is #bc006f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc006f

#bc006f Color Palettes


Comments

No comments written yet.

Please login to write comment.