Color Hex Logo

#bc153c Color Hex

#BC153C
(188,21,60)
0 Favorites   0 Comments

Color spaces of #bc153c

RGB 1882160
HSL0.960.800.41
HSV346°89°74°
CMYK 0.000.890.68   0.26
XYZ21.822811.55395.3549
Yxy11.55390.56340.2983
Hunter Lab33.991055.115614.4533
CIE-Lab40.498162.642124.1348

#bc153c color RGB value is (188,21,60).

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

The process color (four color CMYK) of #bc153c color hex is 0.00, 0.89, 0.68, 0.26. Web safe color of #bc153c is #cc0033. Color #bc153c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010101 00111100
Octal 274 25 74
Decimal 188 21 60
Hex BC 15 3C

RGB Percentages of Color #bc153c

%69.89
%7.81
%22.30

CMYK Percentages of Color #bc153c

%0
%89
%68
%26

Triadic Colors of #bc153c

#bc153c #3cbc15 #153cbc

Analogous Colors of #bc153c

#bc153c #bc4115 #bc1590

Monochromatic Colors of #bc153c

#bc153c

Complementary Color

#bc153c #15bc95

#bc153c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc153c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc153c Color CSS Codes

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

#bc153c Text Font Color

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

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


#bc153c Background Color

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

This div background color is #bc153c


#bc153c Border Color

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

This div border color is #bc153c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc153c


Comments

No comments written yet.

Please login to write comment.