Color Hex Logo

#bd361f Color Hex

#BD361F
(189,54,31)
0 Favorites   0 Comments

Color spaces of #bd361f

RGB 1895431
HSL0.020.720.43
HSV84°74°
CMYK 0.000.710.84   0.26
XYZ22.552813.55612.7242
Yxy13.55610.58080.3491
Hunter Lab36.818644.905521.3862
CIE-Lab43.589552.694044.2449

#bd361f color RGB value is (189,54,31).

#bd361f hex color red value is 189, green value is 54 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bd361f hue: 0.02 , saturation: 0.72 and the lightness value of bd361f is 0.43.

The process color (four color CMYK) of #bd361f color hex is 0.00, 0.71, 0.84, 0.26. Web safe color of #bd361f is #cc3333. Color #bd361f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110110 00011111
Octal 275 66 37
Decimal 189 54 31
Hex BD 36 1F

RGB Percentages of Color #bd361f

%68.98
%19.71
%11.31

CMYK Percentages of Color #bd361f

%0
%71
%84
%26

Triadic Colors of #bd361f

#bd361f #1fbd36 #361fbd

Analogous Colors of #bd361f

#bd361f #bd851f #bd1f57

Monochromatic Colors of #bd361f

#bd361f

Complementary Color

#bd361f #1fa6bd

#bd361f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd361f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd361f Color CSS Codes

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

#bd361f Text Font Color

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

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


#bd361f Background Color

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

This div background color is #bd361f


#bd361f Border Color

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

This div border color is #bd361f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd361f


Comments

No comments written yet.

Please login to write comment.