Color Hex Logo

#bc263c Color Hex

#BC263C
(188,38,60)
0 Favorites   0 Comments

Color spaces of #bc263c

RGB 1883860
HSL0.980.660.44
HSV351°80°74°
CMYK 0.000.800.68   0.26
XYZ22.247812.40385.4966
Yxy12.40380.55410.3090
Hunter Lab35.219051.124815.4000
CIE-Lab41.850858.786425.8263

#bc263c color RGB value is (188,38,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100110 00111100
Octal 274 46 74
Decimal 188 38 60
Hex BC 26 3C

RGB Percentages of Color #bc263c

%65.73
%13.29
%20.98

CMYK Percentages of Color #bc263c

%0
%80
%68
%26

Triadic Colors of #bc263c

#bc263c #3cbc26 #263cbc

Analogous Colors of #bc263c

#bc263c #bc5b26 #bc2687

Monochromatic Colors of #bc263c

#bc263c

Complementary Color

#bc263c #26bca6

#bc263c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc263c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc263c Color CSS Codes

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

#bc263c Text Font Color

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

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


#bc263c Background Color

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

This div background color is #bc263c


#bc263c Border Color

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

This div border color is #bc263c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc263c


Comments

No comments written yet.

Please login to write comment.