Color Hex Logo

#bd113e Color Hex

#BD113E
(189,17,62)
0 Favorites   0 Comments

Color spaces of #bd113e

RGB 1891762
HSL0.960.830.40
HSV344°91°74°
CMYK 0.000.910.67   0.26
XYZ22.056211.56755.6277
Yxy11.56750.56190.2947
Hunter Lab34.011056.238213.9972
CIE-Lab40.520363.634322.9493

#bd113e color RGB value is (189,17,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010001 00111110
Octal 275 21 76
Decimal 189 17 62
Hex BD 11 3E

RGB Percentages of Color #bd113e

%70.52
%6.34
%23.13

CMYK Percentages of Color #bd113e

%0
%91
%67
%26

Triadic Colors of #bd113e

#bd113e #3ebd11 #113ebd

Analogous Colors of #bd113e

#bd113e #bd3a11 #bd1194

Monochromatic Colors of #bd113e

#bd113e

Complementary Color

#bd113e #11bd90

#bd113e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd113e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd113e Color CSS Codes

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

#bd113e Text Font Color

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

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


#bd113e Background Color

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

This div background color is #bd113e


#bd113e Border Color

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

This div border color is #bd113e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd113e


Comments

No comments written yet.

Please login to write comment.