Color Hex Logo

#bc156e Color Hex

#BC156E
(188,21,110)
0 Favorites   0 Comments

Color spaces of #bc156e

RGB 18821110
HSL0.910.800.41
HSV328°89°74°
CMYK 0.000.890.41   0.26
XYZ23.821712.353515.8808
Yxy12.35350.45760.2373
Hunter Lab35.147559.4725-2.1859
CIE-Lab41.772566.2254-5.6693

#bc156e color RGB value is (188,21,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010101 01101110
Octal 274 25 156
Decimal 188 21 110
Hex BC 15 6E

RGB Percentages of Color #bc156e

%58.93
%6.58
%34.48

CMYK Percentages of Color #bc156e

%0
%89
%41
%26

Triadic Colors of #bc156e

#bc156e #6ebc15 #156ebc

Analogous Colors of #bc156e

#bc156e #bc151b #b715bc

Monochromatic Colors of #bc156e

#bc156e

Complementary Color

#bc156e #15bc63

#bc156e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc156e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc156e Color CSS Codes

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

#bc156e Text Font Color

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

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


#bc156e Background Color

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

This div background color is #bc156e


#bc156e Border Color

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

This div border color is #bc156e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc156e


Comments

No comments written yet.

Please login to write comment.