Color Hex Logo

#bd430d Color Hex

#BD430D
(189,67,13)
0 Favorites   0 Comments

Color spaces of #bd430d

RGB 1896713
HSL0.050.870.40
HSV18°93°74°
CMYK 0.000.650.93   0.26
XYZ23.066114.86222.0337
Yxy14.86220.57720.3719
Hunter Lab38.551539.334723.8584
CIE-Lab45.444947.027452.8748

#bd430d color RGB value is (189,67,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000011 00001101
Octal 275 103 15
Decimal 189 67 13
Hex BD 43 D

RGB Percentages of Color #bd430d

%70.26
%24.91
%4.83

CMYK Percentages of Color #bd430d

%0
%65
%93
%26

Triadic Colors of #bd430d

#bd430d #0dbd43 #430dbd

Analogous Colors of #bd430d

#bd430d #bd9b0d #bd0d2f

Monochromatic Colors of #bd430d

#bd430d

Complementary Color

#bd430d #0d87bd

#bd430d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd430d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd430d Color CSS Codes

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

#bd430d Text Font Color

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

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


#bd430d Background Color

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

This div background color is #bd430d


#bd430d Border Color

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

This div border color is #bd430d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,67,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 #bd430d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd430d


Comments

No comments written yet.

Please login to write comment.