Color Hex Logo

#bc1329 Color Hex

#BC1329
(188,19,41)
0 Favorites   0 Comments

Color spaces of #bc1329

RGB 1881941
HSL0.980.820.41
HSV352°90°74°
CMYK 0.000.900.78   0.26
XYZ21.372111.31723.1558
Yxy11.31720.59620.3157
Hunter Lab33.641054.528917.9869
CIE-Lab40.109762.194235.3062

#bc1329 color RGB value is (188,19,41).

#bc1329 hex color red value is 188, green value is 19 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bc1329 hue: 0.98 , saturation: 0.82 and the lightness value of bc1329 is 0.41.

The process color (four color CMYK) of #bc1329 color hex is 0.00, 0.90, 0.78, 0.26. Web safe color of #bc1329 is #cc0033. Color #bc1329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010011 00101001
Octal 274 23 51
Decimal 188 19 41
Hex BC 13 29

RGB Percentages of Color #bc1329

%75.81
%7.66
%16.53

CMYK Percentages of Color #bc1329

%0
%90
%78
%26

Triadic Colors of #bc1329

#bc1329 #29bc13 #1329bc

Analogous Colors of #bc1329

#bc1329 #bc5213 #bc137e

Monochromatic Colors of #bc1329

#bc1329

Complementary Color

#bc1329 #13bca6

#bc1329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1329 Color CSS Codes

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

#bc1329 Text Font Color

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

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


#bc1329 Background Color

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

This div background color is #bc1329


#bc1329 Border Color

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

This div border color is #bc1329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1329


Comments

No comments written yet.

Please login to write comment.