Color Hex Logo

#bc157f Color Hex

#BC157F
(188,21,127)
0 Favorites   0 Comments

Color spaces of #bc157f

RGB 18821127
HSL0.890.800.41
HSV322°89°74°
CMYK 0.000.890.32   0.26
XYZ24.838012.760021.2325
Yxy12.76000.42220.2169
Hunter Lab35.721161.6045-10.2369
CIE-Lab42.399467.9443-15.2898

#bc157f color RGB value is (188,21,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010101 01111111
Octal 274 25 177
Decimal 188 21 127
Hex BC 15 7F

RGB Percentages of Color #bc157f

%55.95
%6.25
%37.80

CMYK Percentages of Color #bc157f

%0
%89
%32
%26

Triadic Colors of #bc157f

#bc157f #7fbc15 #157fbc

Analogous Colors of #bc157f

#bc157f #bc152b #a615bc

Monochromatic Colors of #bc157f

#bc157f

Complementary Color

#bc157f #15bc52

#bc157f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc157f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc157f Color CSS Codes

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

#bc157f Text Font Color

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

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


#bc157f Background Color

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

This div background color is #bc157f


#bc157f Border Color

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

This div border color is #bc157f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc157f


Comments

No comments written yet.

Please login to write comment.