Color Hex Logo

#bd110e Color Hex

#BD110E
(189,17,14)
0 Favorites   0 Comments

Color spaces of #bd110e

RGB 1891714
HSL0.000.860.40
HSV93°74°
CMYK 0.000.910.93   0.26
XYZ21.266011.25141.4664
Yxy11.25140.62580.3311
Hunter Lab33.543154.466820.8882
CIE-Lab40.000762.159948.9690

#bd110e color RGB value is (189,17,14).

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

The process color (four color CMYK) of #bd110e color hex is 0.00, 0.91, 0.93, 0.26. Web safe color of #bd110e is #cc0000. Color #bd110e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010001 00001110
Octal 275 21 16
Decimal 189 17 14
Hex BD 11 E

RGB Percentages of Color #bd110e

%85.91
%7.73
%6.36

CMYK Percentages of Color #bd110e

%0
%91
%93
%26

Triadic Colors of #bd110e

#bd110e #0ebd11 #110ebd

Analogous Colors of #bd110e

#bd110e #bd690e #bd0e62

Monochromatic Colors of #bd110e

#bd110e

Complementary Color

#bd110e #0ebabd

#bd110e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd110e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd110e Color CSS Codes

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

#bd110e Text Font Color

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

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


#bd110e Background Color

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

This div background color is #bd110e


#bd110e Border Color

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

This div border color is #bd110e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd110e


Comments

No comments written yet.

Please login to write comment.