Color Hex Logo

#bc142a Color Hex

#BC142A
(188,20,42)
0 Favorites   0 Comments

Color spaces of #bc142a

RGB 1882042
HSL0.980.810.41
HSV352°89°74°
CMYK 0.000.890.78   0.26
XYZ21.407111.35883.2547
Yxy11.35880.59430.3153
Hunter Lab33.702854.398317.8663
CIE-Lab40.178362.064134.7894

#bc142a color RGB value is (188,20,42).

#bc142a hex color red value is 188, green value is 20 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bc142a hue: 0.98 , saturation: 0.81 and the lightness value of bc142a is 0.41.

The process color (four color CMYK) of #bc142a color hex is 0.00, 0.89, 0.78, 0.26. Web safe color of #bc142a is #cc0033. Color #bc142a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010100 00101010
Octal 274 24 52
Decimal 188 20 42
Hex BC 14 2A

RGB Percentages of Color #bc142a

%75.20
%8.00
%16.80

CMYK Percentages of Color #bc142a

%0
%89
%78
%26

Triadic Colors of #bc142a

#bc142a #2abc14 #142abc

Analogous Colors of #bc142a

#bc142a #bc5214 #bc147e

Monochromatic Colors of #bc142a

#bc142a

Complementary Color

#bc142a #14bca6

#bc142a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc142a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc142a Color CSS Codes

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

#bc142a Text Font Color

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

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


#bc142a Background Color

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

This div background color is #bc142a


#bc142a Border Color

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

This div border color is #bc142a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc142a


Comments

No comments written yet.

Please login to write comment.