Color Hex Logo

#bc272d Color Hex

#BC272D
(188,39,45)
0 Favorites   0 Comments

Color spaces of #bc272d

RGB 1883945
HSL0.990.660.45
HSV358°79°74°
CMYK 0.000.790.76   0.26
XYZ21.938212.33193.7066
Yxy12.33190.57770.3247
Hunter Lab35.116850.058318.3237
CIE-Lab41.738857.833134.7308

#bc272d color RGB value is (188,39,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100111 00101101
Octal 274 47 55
Decimal 188 39 45
Hex BC 27 2D

RGB Percentages of Color #bc272d

%69.12
%14.34
%16.54

CMYK Percentages of Color #bc272d

%0
%79
%76
%26

Triadic Colors of #bc272d

#bc272d #2dbc27 #272dbc

Analogous Colors of #bc272d

#bc272d #bc6c27 #bc2778

Monochromatic Colors of #bc272d

#bc272d

Complementary Color

#bc272d #27bcb6

#bc272d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc272d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc272d Color CSS Codes

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

#bc272d Text Font Color

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

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


#bc272d Background Color

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

This div background color is #bc272d


#bc272d Border Color

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

This div border color is #bc272d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc272d


Comments

No comments written yet.

Please login to write comment.