Color Hex Logo

#bc003f Color Hex

#BC003F
(188,0,63)
0 Favorites   0 Comments

Color spaces of #bc003f

RGB 188063
HSL0.941.000.37
HSV340°100°74°
CMYK 0.001.000.66   0.26
XYZ21.636211.05025.6952
Yxy11.05020.56370.2879
Hunter Lab33.241858.007513.1114
CIE-Lab39.664965.358621.1777

#bc003f color RGB value is (188,0,63).

#bc003f hex color red value is 188, green value is 0 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bc003f hue: 0.94 , saturation: 1.00 and the lightness value of bc003f is 0.37.

The process color (four color CMYK) of #bc003f color hex is 0.00, 1.00, 0.66, 0.26. Web safe color of #bc003f is #cc0033. Color #bc003f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000000 00111111
Octal 274 0 77
Decimal 188 0 63
Hex BC 0 3F

RGB Percentages of Color #bc003f

%74.90
%0.00
%25.10

CMYK Percentages of Color #bc003f

%0
%100
%66
%26

Triadic Colors of #bc003f

#bc003f #3fbc00 #003fbc

Analogous Colors of #bc003f

#bc003f #bc1f00 #bc009d

Monochromatic Colors of #bc003f

#bc003f

Complementary Color

#bc003f #00bc7d

#bc003f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc003f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc003f Color CSS Codes

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

#bc003f Text Font Color

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

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


#bc003f Background Color

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

This div background color is #bc003f


#bc003f Border Color

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

This div border color is #bc003f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc003f


Comments

No comments written yet.

Please login to write comment.