Color Hex Logo

#bc107c Color Hex

#BC107C
(188,16,124)
0 Favorites   0 Comments

Color spaces of #bc107c

RGB 18816124
HSL0.900.840.40
HSV322°91°74°
CMYK 0.000.910.34   0.26
XYZ24.562412.517220.1903
Yxy12.51720.42890.2186
Hunter Lab35.379762.0096-9.0696
CIE-Lab42.026668.3644-14.0030

#bc107c color RGB value is (188,16,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010000 01111100
Octal 274 20 174
Decimal 188 16 124
Hex BC 10 7C

RGB Percentages of Color #bc107c

%57.32
%4.88
%37.80

CMYK Percentages of Color #bc107c

%0
%91
%34
%26

Triadic Colors of #bc107c

#bc107c #7cbc10 #107cbc

Analogous Colors of #bc107c

#bc107c #bc1026 #a610bc

Monochromatic Colors of #bc107c

#bc107c

Complementary Color

#bc107c #10bc50

#bc107c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc107c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc107c Color CSS Codes

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

#bc107c Text Font Color

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

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


#bc107c Background Color

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

This div background color is #bc107c


#bc107c Border Color

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

This div border color is #bc107c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc107c


Comments

No comments written yet.

Please login to write comment.