Color Hex Logo

#bc273e Color Hex

#BC273E
(188,39,62)
0 Favorites   0 Comments

Color spaces of #bc273e

RGB 1883962
HSL0.970.660.45
HSV351°79°74°
CMYK 0.000.790.67   0.26
XYZ22.334112.49025.7911
Yxy12.49020.54990.3075
Hunter Lab35.341550.955815.0237
CIE-Lab41.984858.606724.7602

#bc273e color RGB value is (188,39,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100111 00111110
Octal 274 47 76
Decimal 188 39 62
Hex BC 27 3E

RGB Percentages of Color #bc273e

%65.05
%13.49
%21.45

CMYK Percentages of Color #bc273e

%0
%79
%67
%26

Triadic Colors of #bc273e

#bc273e #3ebc27 #273ebc

Analogous Colors of #bc273e

#bc273e #bc5b27 #bc2789

Monochromatic Colors of #bc273e

#bc273e

Complementary Color

#bc273e #27bca5

#bc273e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc273e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc273e Color CSS Codes

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

#bc273e Text Font Color

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

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


#bc273e Background Color

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

This div background color is #bc273e


#bc273e Border Color

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

This div border color is #bc273e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc273e


Comments

No comments written yet.

Please login to write comment.