Color Hex Logo

#bc273c Color Hex

#BC273C
(188,39,60)
0 Favorites   0 Comments

Color spaces of #bc273c

RGB 1883960
HSL0.980.660.45
HSV352°79°74°
CMYK 0.000.790.68   0.26
XYZ22.280212.46865.5074
Yxy12.46860.55350.3097
Hunter Lab35.310950.834515.4702
CIE-Lab41.951458.502425.9513

#bc273c color RGB value is (188,39,60).

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

The process color (four color CMYK) of #bc273c color hex is 0.00, 0.79, 0.68, 0.26. Web safe color of #bc273c is #cc3333. Color #bc273c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100111 00111100
Octal 274 47 74
Decimal 188 39 60
Hex BC 27 3C

RGB Percentages of Color #bc273c

%65.51
%13.59
%20.91

CMYK Percentages of Color #bc273c

%0
%79
%68
%26

Triadic Colors of #bc273c

#bc273c #3cbc27 #273cbc

Analogous Colors of #bc273c

#bc273c #bc5d27 #bc2787

Monochromatic Colors of #bc273c

#bc273c

Complementary Color

#bc273c #27bca7

#bc273c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc273c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc273c Color CSS Codes

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

#bc273c Text Font Color

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

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


#bc273c Background Color

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

This div background color is #bc273c


#bc273c Border Color

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

This div border color is #bc273c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc273c


Comments

No comments written yet.

Please login to write comment.