Color Hex Logo

#bc103f Color Hex

#BC103F
(188,16,63)
0 Favorites   0 Comments

Color spaces of #bc103f

RGB 1881663
HSL0.950.840.40
HSV344°91°74°
CMYK 0.000.910.66   0.26
XYZ21.821511.42085.7569
Yxy11.42080.55950.2928
Hunter Lab33.794756.118213.5563
CIE-Lab40.280463.574821.9697

#bc103f color RGB value is (188,16,63).

#bc103f hex color red value is 188, green value is 16 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bc103f hue: 0.95 , saturation: 0.84 and the lightness value of bc103f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010000 00111111
Octal 274 20 77
Decimal 188 16 63
Hex BC 10 3F

RGB Percentages of Color #bc103f

%70.41
%5.99
%23.60

CMYK Percentages of Color #bc103f

%0
%91
%66
%26

Triadic Colors of #bc103f

#bc103f #3fbc10 #103fbc

Analogous Colors of #bc103f

#bc103f #bc3710 #bc1095

Monochromatic Colors of #bc103f

#bc103f

Complementary Color

#bc103f #10bc8d

#bc103f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc103f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc103f Color CSS Codes

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

#bc103f Text Font Color

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

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


#bc103f Background Color

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

This div background color is #bc103f


#bc103f Border Color

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

This div border color is #bc103f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,16,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 #bc103f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc103f


Comments

No comments written yet.

Please login to write comment.