Color Hex Logo

#bc281d Color Hex

#BC281D
(188,40,29)
0 Favorites   0 Comments

Color spaces of #bc281d

RGB 1884029
HSL0.010.730.43
HSV85°74°
CMYK 0.000.790.85   0.26
XYZ21.719612.29772.3913
Yxy12.29770.59660.3378
Hunter Lab35.068149.185820.5047
CIE-Lab41.685457.041343.4490

#bc281d color RGB value is (188,40,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101000 00011101
Octal 274 50 35
Decimal 188 40 29
Hex BC 28 1D

RGB Percentages of Color #bc281d

%73.15
%15.56
%11.28

CMYK Percentages of Color #bc281d

%0
%79
%85
%26

Triadic Colors of #bc281d

#bc281d #1dbc28 #281dbc

Analogous Colors of #bc281d

#bc281d #bc781d #bc1d61

Monochromatic Colors of #bc281d

#bc281d

Complementary Color

#bc281d #1db1bc

#bc281d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc281d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc281d Color CSS Codes

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

#bc281d Text Font Color

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

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


#bc281d Background Color

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

This div background color is #bc281d


#bc281d Border Color

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

This div border color is #bc281d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc281d


Comments

No comments written yet.

Please login to write comment.