Color Hex Logo

#bc156f Color Hex

#BC156F
(188,21,111)
0 Favorites   0 Comments

Color spaces of #bc156f

RGB 18821111
HSL0.910.800.41
HSV328°89°74°
CMYK 0.000.890.41   0.26
XYZ23.876412.375416.1692
Yxy12.37540.45550.2361
Hunter Lab35.178759.5884-2.6264
CIE-Lab41.806666.3195-6.2440

#bc156f color RGB value is (188,21,111).

#bc156f hex color red value is 188, green value is 21 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bc156f hue: 0.91 , saturation: 0.80 and the lightness value of bc156f is 0.41.

The process color (four color CMYK) of #bc156f color hex is 0.00, 0.89, 0.41, 0.26. Web safe color of #bc156f is #cc0066. Color #bc156f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010101 01101111
Octal 274 25 157
Decimal 188 21 111
Hex BC 15 6F

RGB Percentages of Color #bc156f

%58.75
%6.56
%34.69

CMYK Percentages of Color #bc156f

%0
%89
%41
%26

Triadic Colors of #bc156f

#bc156f #6fbc15 #156fbc

Analogous Colors of #bc156f

#bc156f #bc151b #b615bc

Monochromatic Colors of #bc156f

#bc156f

Complementary Color

#bc156f #15bc62

#bc156f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc156f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc156f Color CSS Codes

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

#bc156f Text Font Color

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

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


#bc156f Background Color

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

This div background color is #bc156f


#bc156f Border Color

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

This div border color is #bc156f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc156f


Comments

No comments written yet.

Please login to write comment.