Color Hex Logo

#bd370d Color Hex

#BD370D
(189,55,13)
0 Favorites   0 Comments

Color spaces of #bd370d

RGB 1895513
HSL0.040.870.40
HSV14°93°74°
CMYK 0.000.710.93   0.26
XYZ22.425113.58031.8201
Yxy13.58030.59290.3590
Hunter Lab36.851544.132022.8677
CIE-Lab43.624951.955951.6638

#bd370d color RGB value is (189,55,13).

#bd370d hex color red value is 189, green value is 55 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bd370d hue: 0.04 , saturation: 0.87 and the lightness value of bd370d is 0.40.

The process color (four color CMYK) of #bd370d color hex is 0.00, 0.71, 0.93, 0.26. Web safe color of #bd370d is #cc3300. Color #bd370d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110111 00001101
Octal 275 67 15
Decimal 189 55 13
Hex BD 37 D

RGB Percentages of Color #bd370d

%73.54
%21.40
%5.06

CMYK Percentages of Color #bd370d

%0
%71
%93
%26

Triadic Colors of #bd370d

#bd370d #0dbd37 #370dbd

Analogous Colors of #bd370d

#bd370d #bd8f0d #bd0d3b

Monochromatic Colors of #bd370d

#bd370d

Complementary Color

#bd370d #0d93bd

#bd370d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd370d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd370d Color CSS Codes

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

#bd370d Text Font Color

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

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


#bd370d Background Color

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

This div background color is #bd370d


#bd370d Border Color

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

This div border color is #bd370d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd370d


Comments

No comments written yet.

Please login to write comment.