Color Hex Logo

#bd113d Color Hex

#BD113D
(189,17,61)
0 Favorites   0 Comments

Color spaces of #bd113d

RGB 1891761
HSL0.960.830.40
HSV345°91°74°
CMYK 0.000.910.68   0.26
XYZ22.029011.55665.4845
Yxy11.55660.56380.2958
Hunter Lab33.995056.178014.2311
CIE-Lab40.502563.584523.5560

#bd113d color RGB value is (189,17,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010001 00111101
Octal 275 21 75
Decimal 189 17 61
Hex BD 11 3D

RGB Percentages of Color #bd113d

%70.79
%6.37
%22.85

CMYK Percentages of Color #bd113d

%0
%91
%68
%26

Triadic Colors of #bd113d

#bd113d #3dbd11 #113dbd

Analogous Colors of #bd113d

#bd113d #bd3b11 #bd1193

Monochromatic Colors of #bd113d

#bd113d

Complementary Color

#bd113d #11bd91

#bd113d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd113d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd113d Color CSS Codes

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

#bd113d Text Font Color

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

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


#bd113d Background Color

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

This div background color is #bd113d


#bd113d Border Color

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

This div border color is #bd113d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd113d


Comments

No comments written yet.

Please login to write comment.