Color Hex Logo

#bd142a Color Hex

#BD142A
(189,20,42)
0 Favorites   0 Comments

Color spaces of #bd142a

RGB 1892042
HSL0.980.810.41
HSV352°89°74°
CMYK 0.000.890.78   0.26
XYZ21.654311.48633.2663
Yxy11.48630.59480.3155
Hunter Lab33.891454.739218.0099
CIE-Lab40.387762.328035.0768

#bd142a color RGB value is (189,20,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010100 00101010
Octal 275 24 52
Decimal 189 20 42
Hex BD 14 2A

RGB Percentages of Color #bd142a

%75.30
%7.97
%16.73

CMYK Percentages of Color #bd142a

%0
%89
%78
%26

Triadic Colors of #bd142a

#bd142a #2abd14 #142abd

Analogous Colors of #bd142a

#bd142a #bd5314 #bd147f

Monochromatic Colors of #bd142a

#bd142a

Complementary Color

#bd142a #14bda7

#bd142a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd142a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd142a Color CSS Codes

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

#bd142a Text Font Color

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

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


#bd142a Background Color

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

This div background color is #bd142a


#bd142a Border Color

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

This div border color is #bd142a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd142a


Comments

No comments written yet.

Please login to write comment.