Color Hex Logo

#bc157e Color Hex

#BC157E
(188,21,126)
0 Favorites   0 Comments

Color spaces of #bc157e

RGB 18821126
HSL0.900.800.41
HSV322°89°74°
CMYK 0.000.890.33   0.26
XYZ24.773112.734120.8909
Yxy12.73410.42420.2181
Hunter Lab35.684961.4695-9.7306
CIE-Lab42.359867.8360-14.7326

#bc157e color RGB value is (188,21,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010101 01111110
Octal 274 25 176
Decimal 188 21 126
Hex BC 15 7E

RGB Percentages of Color #bc157e

%56.12
%6.27
%37.61

CMYK Percentages of Color #bc157e

%0
%89
%33
%26

Triadic Colors of #bc157e

#bc157e #7ebc15 #157ebc

Analogous Colors of #bc157e

#bc157e #bc152b #a715bc

Monochromatic Colors of #bc157e

#bc157e

Complementary Color

#bc157e #15bc53

#bc157e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc157e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc157e Color CSS Codes

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

#bc157e Text Font Color

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

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


#bc157e Background Color

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

This div background color is #bc157e


#bc157e Border Color

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

This div border color is #bc157e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc157e


Comments

No comments written yet.

Please login to write comment.