color codes Logo

#bd113c color codes

#BD113C
(189,17,60)
0 Favorites   0 Comments

Color spaces of #bd113c

RGB 1891760
HSL0.960.830.40
HSV345°91°74°
CMYK 0.000.910.68   0.26
XYZ22.002311.54605.3439
Yxy11.54600.56570.2969
Hunter Lab33.979456.118114.4611
CIE-Lab40.485363.534824.1628

#bd113c color RGB value is (189,17,60).

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

The process color (four color CMYK) of #bd113c color code is 0.00, 0.91, 0.68, 0.26. Web safe color of #bd113c is #cc0033. Color #bd113c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010001 00111100
Octal 275 21 74
Decimal 189 17 60
Hex BD 11 3C

RGB Percentages of Color #bd113c

%71.05
%6.39
%22.56

CMYK Percentages of Color #bd113c

%0
%91
%68
%26

Triadic Colors of #bd113c

#bd113c #3cbd11 #113cbd

Analogous Colors of #bd113c

#bd113c #bd3c11 #bd1192

Monochromatic Colors of #bd113c

#bd113c

Complementary Color

#bd113c #11bd92

#bd113c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd113c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd113c Color CSS Codes

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

#bd113c Text Font Color

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

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


#bd113c Background Color

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

This div background color is #bd113c


#bd113c Border Color

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

This div border color is #bd113c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd113c


Comments

No comments written yet.

Please login to write comment.