Color Hex Logo

#bc0640 Color Hex

#BC0640
(188,6,64)
0 Favorites   0 Comments

Color spaces of #bc0640

RGB 188664
HSL0.950.940.38
HSV341°97°74°
CMYK 0.000.970.66   0.26
XYZ21.729611.19185.8654
Yxy11.19180.56020.2885
Hunter Lab33.454157.397013.0228
CIE-Lab39.901764.776820.8482

#bc0640 color RGB value is (188,6,64).

#bc0640 hex color red value is 188, green value is 6 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bc0640 hue: 0.95 , saturation: 0.94 and the lightness value of bc0640 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000110 01000000
Octal 274 6 100
Decimal 188 6 64
Hex BC 6 40

RGB Percentages of Color #bc0640

%72.87
%2.33
%24.81

CMYK Percentages of Color #bc0640

%0
%97
%66
%26

Triadic Colors of #bc0640

#bc0640 #40bc06 #0640bc

Analogous Colors of #bc0640

#bc0640 #bc2706 #bc069b

Monochromatic Colors of #bc0640

#bc0640

Complementary Color

#bc0640 #06bc82

#bc0640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0640 Color CSS Codes

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

#bc0640 Text Font Color

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

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


#bc0640 Background Color

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

This div background color is #bc0640


#bc0640 Border Color

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

This div border color is #bc0640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0640


Comments

No comments written yet.

Please login to write comment.