Color Hex Logo

#bd430e Color Hex

#BD430E
(189,67,14)
0 Favorites   0 Comments

Color spaces of #bd430e

RGB 1896714
HSL0.050.860.40
HSV18°93°74°
CMYK 0.000.650.93   0.26
XYZ23.072714.86482.0686
Yxy14.86480.57670.3716
Hunter Lab38.554939.350023.8073
CIE-Lab45.448547.041752.5791

#bd430e color RGB value is (189,67,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000011 00001110
Octal 275 103 16
Decimal 189 67 14
Hex BD 43 E

RGB Percentages of Color #bd430e

%70.00
%24.81
%5.19

CMYK Percentages of Color #bd430e

%0
%65
%93
%26

Triadic Colors of #bd430e

#bd430e #0ebd43 #430ebd

Analogous Colors of #bd430e

#bd430e #bd9b0e #bd0e31

Monochromatic Colors of #bd430e

#bd430e

Complementary Color

#bd430e #0e88bd

#bd430e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd430e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd430e Color CSS Codes

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

#bd430e Text Font Color

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

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


#bd430e Background Color

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

This div background color is #bd430e


#bd430e Border Color

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

This div border color is #bd430e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd430e


Comments

No comments written yet.

Please login to write comment.