Color Hex Logo

#bc1532 Color Hex

#BC1532
(188,21,50)
0 Favorites   0 Comments

Color spaces of #bc1532

RGB 1882150
HSL0.970.800.41
HSV350°89°74°
CMYK 0.000.890.73   0.26
XYZ21.582911.45804.0917
Yxy11.45800.58120.3086
Hunter Lab33.849754.576516.5279
CIE-Lab40.341462.191730.1501

#bc1532 color RGB value is (188,21,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010101 00110010
Octal 274 25 62
Decimal 188 21 50
Hex BC 15 32

RGB Percentages of Color #bc1532

%72.59
%8.11
%19.31

CMYK Percentages of Color #bc1532

%0
%89
%73
%26

Triadic Colors of #bc1532

#bc1532 #32bc15 #1532bc

Analogous Colors of #bc1532

#bc1532 #bc4c15 #bc1586

Monochromatic Colors of #bc1532

#bc1532

Complementary Color

#bc1532 #15bc9f

#bc1532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1532 Color CSS Codes

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

#bc1532 Text Font Color

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

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


#bc1532 Background Color

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

This div background color is #bc1532


#bc1532 Border Color

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

This div border color is #bc1532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1532


Comments

No comments written yet.

Please login to write comment.