Color Hex Logo

#bc271d Color Hex

#BC271D
(188,39,29)
0 Favorites   0 Comments

Color spaces of #bc271d

RGB 1883929
HSL0.010.730.43
HSV85°74°
CMYK 0.000.790.85   0.26
XYZ21.686312.23112.3802
Yxy12.23110.59750.3370
Hunter Lab34.973049.482820.4459
CIE-Lab41.581157.334643.3559

#bc271d color RGB value is (188,39,29).

#bc271d hex color red value is 188, green value is 39 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bc271d hue: 0.01 , saturation: 0.73 and the lightness value of bc271d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100111 00011101
Octal 274 47 35
Decimal 188 39 29
Hex BC 27 1D

RGB Percentages of Color #bc271d

%73.44
%15.23
%11.33

CMYK Percentages of Color #bc271d

%0
%79
%85
%26

Triadic Colors of #bc271d

#bc271d #1dbc27 #271dbc

Analogous Colors of #bc271d

#bc271d #bc771d #bc1d62

Monochromatic Colors of #bc271d

#bc271d

Complementary Color

#bc271d #1db2bc

#bc271d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc271d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc271d Color CSS Codes

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

#bc271d Text Font Color

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

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


#bc271d Background Color

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

This div background color is #bc271d


#bc271d Border Color

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

This div border color is #bc271d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc271d


Comments

No comments written yet.

Please login to write comment.