Color Hex Logo

#bc293f Color Hex

#BC293F
(188,41,63)
0 Favorites   0 Comments

Color spaces of #bc293f

RGB 1884163
HSL0.980.640.45
HSV351°78°74°
CMYK 0.000.780.66   0.26
XYZ22.429212.63615.9595
Yxy12.63610.54670.3080
Hunter Lab35.547350.420014.9431
CIE-Lab42.209758.074624.4258

#bc293f color RGB value is (188,41,63).

#bc293f hex color red value is 188, green value is 41 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bc293f hue: 0.98 , saturation: 0.64 and the lightness value of bc293f is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101001 00111111
Octal 274 51 77
Decimal 188 41 63
Hex BC 29 3F

RGB Percentages of Color #bc293f

%64.38
%14.04
%21.58

CMYK Percentages of Color #bc293f

%0
%78
%66
%26

Triadic Colors of #bc293f

#bc293f #3fbc29 #293fbc

Analogous Colors of #bc293f

#bc293f #bc5d29 #bc2989

Monochromatic Colors of #bc293f

#bc293f

Complementary Color

#bc293f #29bca6

#bc293f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc293f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc293f Color CSS Codes

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

#bc293f Text Font Color

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

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


#bc293f Background Color

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

This div background color is #bc293f


#bc293f Border Color

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

This div border color is #bc293f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc293f


Comments

No comments written yet.

Please login to write comment.