Color Hex Logo

#bd112d Color Hex

#BD112D
(189,17,45)
0 Favorites   0 Comments

Color spaces of #bd112d

RGB 1891745
HSL0.970.830.40
HSV350°91°74°
CMYK 0.000.910.76   0.26
XYZ21.660411.40923.5432
Yxy11.40920.59160.3116
Hunter Lab33.777555.355517.4248
CIE-Lab40.261362.901733.1501

#bd112d color RGB value is (189,17,45).

#bd112d hex color red value is 189, green value is 17 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bd112d hue: 0.97 , saturation: 0.83 and the lightness value of bd112d is 0.40.

The process color (four color CMYK) of #bd112d color hex is 0.00, 0.91, 0.76, 0.26. Web safe color of #bd112d is #cc0033. Color #bd112d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010001 00101101
Octal 275 21 55
Decimal 189 17 45
Hex BD 11 2D

RGB Percentages of Color #bd112d

%75.30
%6.77
%17.93

CMYK Percentages of Color #bd112d

%0
%91
%76
%26

Triadic Colors of #bd112d

#bd112d #2dbd11 #112dbd

Analogous Colors of #bd112d

#bd112d #bd4b11 #bd1183

Monochromatic Colors of #bd112d

#bd112d

Complementary Color

#bd112d #11bda1

#bd112d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd112d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd112d Color CSS Codes

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

#bd112d Text Font Color

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

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


#bd112d Background Color

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

This div background color is #bd112d


#bd112d Border Color

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

This div border color is #bd112d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,17,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd112d


Comments

No comments written yet.

Please login to write comment.