Color Hex Logo

#bc006c Color Hex

#BC006C
(188,0,108)
0 Favorites   0 Comments

Color spaces of #bc006c

RGB 1880108
HSL0.901.000.37
HSV326°100°74°
CMYK 0.001.000.43   0.26
XYZ23.445811.774115.2242
Yxy11.77410.46480.2334
Hunter Lab34.313461.9177-2.2864
CIE-Lab40.854868.5141-5.7802

#bc006c color RGB value is (188,0,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000000 01101100
Octal 274 0 154
Decimal 188 0 108
Hex BC 0 6C

RGB Percentages of Color #bc006c

%63.51
%0.00
%36.49

CMYK Percentages of Color #bc006c

%0
%100
%43
%26

Triadic Colors of #bc006c

#bc006c #6cbc00 #006cbc

Analogous Colors of #bc006c

#bc006c #bc000e #ae00bc

Monochromatic Colors of #bc006c

#bc006c

Complementary Color

#bc006c #00bc50

#bc006c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc006c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc006c Color CSS Codes

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

#bc006c Text Font Color

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

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


#bc006c Background Color

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

This div background color is #bc006c


#bc006c Border Color

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

This div border color is #bc006c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc006c


Comments

No comments written yet.

Please login to write comment.