Color Hex Logo

#bc243e Color Hex

#BC243E
(188,36,62)
0 Favorites   0 Comments

Color spaces of #bc243e

RGB 1883662
HSL0.970.680.44
HSV350°81°74°
CMYK 0.000.810.67   0.26
XYZ22.239412.30095.7596
Yxy12.30090.55180.3052
Hunter Lab35.072651.808914.8143
CIE-Lab41.690459.439124.3891

#bc243e color RGB value is (188,36,62).

#bc243e hex color red value is 188, green value is 36 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bc243e hue: 0.97 , saturation: 0.68 and the lightness value of bc243e is 0.44.

The process color (four color CMYK) of #bc243e color hex is 0.00, 0.81, 0.67, 0.26. Web safe color of #bc243e is #cc3333. Color #bc243e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100100 00111110
Octal 274 44 76
Decimal 188 36 62
Hex BC 24 3E

RGB Percentages of Color #bc243e

%65.73
%12.59
%21.68

CMYK Percentages of Color #bc243e

%0
%81
%67
%26

Triadic Colors of #bc243e

#bc243e #3ebc24 #243ebc

Analogous Colors of #bc243e

#bc243e #bc5624 #bc248a

Monochromatic Colors of #bc243e

#bc243e

Complementary Color

#bc243e #24bca2

#bc243e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc243e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc243e Color CSS Codes

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

#bc243e Text Font Color

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

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


#bc243e Background Color

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

This div background color is #bc243e


#bc243e Border Color

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

This div border color is #bc243e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc243e


Comments

No comments written yet.

Please login to write comment.