Color Hex Logo

#bc1d40 Color Hex

#BC1D40
(188,29,64)
0 Favorites   0 Comments

Color spaces of #bc1d40

RGB 1882964
HSL0.960.730.43
HSV347°85°74°
CMYK 0.000.850.66   0.26
XYZ22.103811.94035.9902
Yxy11.94030.55210.2983
Hunter Lab34.554753.711213.9102
CIE-Lab41.121161.265622.4186

#bc1d40 color RGB value is (188,29,64).

#bc1d40 hex color red value is 188, green value is 29 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bc1d40 hue: 0.96 , saturation: 0.73 and the lightness value of bc1d40 is 0.43.

The process color (four color CMYK) of #bc1d40 color hex is 0.00, 0.85, 0.66, 0.26. Web safe color of #bc1d40 is #cc3333. Color #bc1d40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011101 01000000
Octal 274 35 100
Decimal 188 29 64
Hex BC 1D 40

RGB Percentages of Color #bc1d40

%66.90
%10.32
%22.78

CMYK Percentages of Color #bc1d40

%0
%85
%66
%26

Triadic Colors of #bc1d40

#bc1d40 #40bc1d #1d40bc

Analogous Colors of #bc1d40

#bc1d40 #bc491d #bc1d90

Monochromatic Colors of #bc1d40

#bc1d40

Complementary Color

#bc1d40 #1dbc99

#bc1d40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1d40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1d40 Color CSS Codes

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

#bc1d40 Text Font Color

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

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


#bc1d40 Background Color

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

This div background color is #bc1d40


#bc1d40 Border Color

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

This div border color is #bc1d40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1d40


Comments

No comments written yet.

Please login to write comment.