Color Hex Logo

#bc109f Color Hex

#BC109F
(188,16,159)
0 Favorites   0 Comments

Color spaces of #bc109f

RGB 18816159
HSL0.860.840.40
HSV310°91°74°
CMYK 0.000.910.15   0.26
XYZ27.182313.565233.9866
Yxy13.56520.36370.1815
Hunter Lab36.831067.2839-28.9295
CIE-Lab43.602872.5133-32.9051

#bc109f color RGB value is (188,16,159).

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

The process color (four color CMYK) of #bc109f color hex is 0.00, 0.91, 0.15, 0.26. Web safe color of #bc109f is #cc0099. Color #bc109f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010000 10011111
Octal 274 20 237
Decimal 188 16 159
Hex BC 10 9F

RGB Percentages of Color #bc109f

%51.79
%4.41
%43.80

CMYK Percentages of Color #bc109f

%0
%91
%15
%26

Triadic Colors of #bc109f

#bc109f #9fbc10 #109fbc

Analogous Colors of #bc109f

#bc109f #bc1049 #8310bc

Monochromatic Colors of #bc109f

#bc109f

Complementary Color

#bc109f #10bc2d

#bc109f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc109f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc109f Color CSS Codes

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

#bc109f Text Font Color

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

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


#bc109f Background Color

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

This div background color is #bc109f


#bc109f Border Color

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

This div border color is #bc109f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc109f


Comments

No comments written yet.

Please login to write comment.