Color Hex Logo

#bc072c Color Hex

#BC072C
(188,7,44)
0 Favorites   0 Comments

Color spaces of #bc072c

RGB 188744
HSL0.970.930.38
HSV348°96°74°
CMYK 0.000.960.77   0.26
XYZ21.269611.02523.3899
Yxy11.02520.59600.3090
Hunter Lab33.204256.234217.1899
CIE-Lab39.622963.805632.9839

#bc072c color RGB value is (188,7,44).

#bc072c hex color red value is 188, green value is 7 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bc072c hue: 0.97 , saturation: 0.93 and the lightness value of bc072c is 0.38.

The process color (four color CMYK) of #bc072c color hex is 0.00, 0.96, 0.77, 0.26. Web safe color of #bc072c is #cc0033. Color #bc072c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000111 00101100
Octal 274 7 54
Decimal 188 7 44
Hex BC 7 2C

RGB Percentages of Color #bc072c

%78.66
%2.93
%18.41

CMYK Percentages of Color #bc072c

%0
%96
%77
%26

Triadic Colors of #bc072c

#bc072c #2cbc07 #072cbc

Analogous Colors of #bc072c

#bc072c #bc3c07 #bc0787

Monochromatic Colors of #bc072c

#bc072c

Complementary Color

#bc072c #07bc97

#bc072c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc072c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc072c Color CSS Codes

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

#bc072c Text Font Color

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

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


#bc072c Background Color

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

This div background color is #bc072c


#bc072c Border Color

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

This div border color is #bc072c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc072c


Comments

No comments written yet.

Please login to write comment.