Color Hex Logo

#bc106d Color Hex

#BC106D
(188,16,109)
0 Favorites   0 Comments

Color spaces of #bc106d

RGB 18816109
HSL0.910.840.40
HSV328°91°74°
CMYK 0.000.910.42   0.26
XYZ23.684612.166115.5680
Yxy12.16610.46060.2366
Hunter Lab34.879960.1674-2.0470
CIE-Lab41.478966.8851-5.4798

#bc106d color RGB value is (188,16,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010000 01101101
Octal 274 20 155
Decimal 188 16 109
Hex BC 10 6D

RGB Percentages of Color #bc106d

%60.06
%5.11
%34.82

CMYK Percentages of Color #bc106d

%0
%91
%42
%26

Triadic Colors of #bc106d

#bc106d #6dbc10 #106dbc

Analogous Colors of #bc106d

#bc106d #bc1017 #b510bc

Monochromatic Colors of #bc106d

#bc106d

Complementary Color

#bc106d #10bc5f

#bc106d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc106d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc106d Color CSS Codes

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

#bc106d Text Font Color

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

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


#bc106d Background Color

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

This div background color is #bc106d


#bc106d Border Color

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

This div border color is #bc106d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc106d


Comments

No comments written yet.

Please login to write comment.