Color Hex Logo

#bc106b Color Hex

#BC106B
(188,16,107)
0 Favorites   0 Comments

Color spaces of #bc106b

RGB 18816107
HSL0.910.840.40
HSV328°91°74°
CMYK 0.000.910.43   0.26
XYZ23.578212.123515.0073
Yxy12.12350.46500.2391
Hunter Lab34.818859.9416-1.1815
CIE-Lab41.411766.7028-4.3247

#bc106b color RGB value is (188,16,107).

#bc106b hex color red value is 188, green value is 16 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bc106b hue: 0.91 , saturation: 0.84 and the lightness value of bc106b is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010000 01101011
Octal 274 20 153
Decimal 188 16 107
Hex BC 10 6B

RGB Percentages of Color #bc106b

%60.45
%5.14
%34.41

CMYK Percentages of Color #bc106b

%0
%91
%43
%26

Triadic Colors of #bc106b

#bc106b #6bbc10 #106bbc

Analogous Colors of #bc106b

#bc106b #bc1015 #b710bc

Monochromatic Colors of #bc106b

#bc106b

Complementary Color

#bc106b #10bc61

#bc106b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc106b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc106b Color CSS Codes

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

#bc106b Text Font Color

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

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


#bc106b Background Color

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

This div background color is #bc106b


#bc106b Border Color

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

This div border color is #bc106b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc106b


Comments

No comments written yet.

Please login to write comment.