Color Hex Logo

#bc421b Color Hex

#BC421B
(188,66,27)
0 Favorites   0 Comments

Color spaces of #bc421b

RGB 1886627
HSL0.040.750.42
HSV15°86°74°
CMYK 0.000.650.86   0.26
XYZ22.885114.66692.6617
Yxy14.66690.56910.3647
Hunter Lab38.297439.644622.6875
CIE-Lab45.174547.374747.4286

#bc421b color RGB value is (188,66,27).

#bc421b hex color red value is 188, green value is 66 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bc421b hue: 0.04 , saturation: 0.75 and the lightness value of bc421b is 0.42.

The process color (four color CMYK) of #bc421b color hex is 0.00, 0.65, 0.86, 0.26. Web safe color of #bc421b is #cc3333. Color #bc421b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000010 00011011
Octal 274 102 33
Decimal 188 66 27
Hex BC 42 1B

RGB Percentages of Color #bc421b

%66.90
%23.49
%9.61

CMYK Percentages of Color #bc421b

%0
%65
%86
%26

Triadic Colors of #bc421b

#bc421b #1bbc42 #421bbc

Analogous Colors of #bc421b

#bc421b #bc931b #bc1b45

Monochromatic Colors of #bc421b

#bc421b

Complementary Color

#bc421b #1b95bc

#bc421b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc421b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc421b Color CSS Codes

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

#bc421b Text Font Color

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

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


#bc421b Background Color

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

This div background color is #bc421b


#bc421b Border Color

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

This div border color is #bc421b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc421b


Comments

No comments written yet.

Please login to write comment.