Color Hex Logo

#bd400f Color Hex

#BD400F
(189,64,15)
0 Favorites   0 Comments

Color spaces of #bd400f

RGB 1896415
HSL0.050.850.40
HSV17°92°74°
CMYK 0.000.660.92   0.26
XYZ22.905914.52012.0473
Yxy14.52010.58030.3678
Hunter Lab38.105240.616123.4882
CIE-Lab44.969848.351651.9376

#bd400f color RGB value is (189,64,15).

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

The process color (four color CMYK) of #bd400f color hex is 0.00, 0.66, 0.92, 0.26. Web safe color of #bd400f is #cc3300. Color #bd400f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000000 00001111
Octal 275 100 17
Decimal 189 64 15
Hex BD 40 F

RGB Percentages of Color #bd400f

%70.52
%23.88
%5.60

CMYK Percentages of Color #bd400f

%0
%66
%92
%26

Triadic Colors of #bd400f

#bd400f #0fbd40 #400fbd

Analogous Colors of #bd400f

#bd400f #bd970f #bd0f35

Monochromatic Colors of #bd400f

#bd400f

Complementary Color

#bd400f #0f8cbd

#bd400f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd400f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd400f Color CSS Codes

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

#bd400f Text Font Color

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

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


#bd400f Background Color

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

This div background color is #bd400f


#bd400f Border Color

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

This div border color is #bd400f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd400f


Comments

No comments written yet.

Please login to write comment.