Color Hex Logo

#bd271f Color Hex

#BD271F
(189,39,31)
0 Favorites   0 Comments

Color spaces of #bd271f

RGB 1893931
HSL0.010.720.43
HSV84°74°
CMYK 0.000.790.84   0.26
XYZ21.959112.36882.5264
Yxy12.36880.59580.3356
Hunter Lab35.169349.906020.3594
CIE-Lab41.796457.682542.6048

#bd271f color RGB value is (189,39,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100111 00011111
Octal 275 47 37
Decimal 189 39 31
Hex BD 27 1F

RGB Percentages of Color #bd271f

%72.97
%15.06
%11.97

CMYK Percentages of Color #bd271f

%0
%79
%84
%26

Triadic Colors of #bd271f

#bd271f #1fbd27 #271fbd

Analogous Colors of #bd271f

#bd271f #bd761f #bd1f66

Monochromatic Colors of #bd271f

#bd271f

Complementary Color

#bd271f #1fb5bd

#bd271f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd271f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd271f Color CSS Codes

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

#bd271f Text Font Color

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

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


#bd271f Background Color

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

This div background color is #bd271f


#bd271f Border Color

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

This div border color is #bd271f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd271f


Comments

No comments written yet.

Please login to write comment.