Color Hex Logo

#bd1f2e Color Hex

#BD1F2E
(189,31,46)
0 Favorites   0 Comments

Color spaces of #bd1f2e

RGB 1893146
HSL0.980.720.43
HSV354°84°74°
CMYK 0.000.840.76   0.26
XYZ21.969411.99603.7423
Yxy11.99600.58260.3181
Hunter Lab34.635252.612217.8384
CIE-Lab41.209860.258933.6112

#bd1f2e color RGB value is (189,31,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011111 00101110
Octal 275 37 56
Decimal 189 31 46
Hex BD 1F 2E

RGB Percentages of Color #bd1f2e

%71.05
%11.65
%17.29

CMYK Percentages of Color #bd1f2e

%0
%84
%76
%26

Triadic Colors of #bd1f2e

#bd1f2e #2ebd1f #1f2ebd

Analogous Colors of #bd1f2e

#bd1f2e #bd5f1f #bd1f7d

Monochromatic Colors of #bd1f2e

#bd1f2e

Complementary Color

#bd1f2e #1fbdae

#bd1f2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1f2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1f2e Color CSS Codes

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

#bd1f2e Text Font Color

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

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


#bd1f2e Background Color

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

This div background color is #bd1f2e


#bd1f2e Border Color

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

This div border color is #bd1f2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1f2e


Comments

No comments written yet.

Please login to write comment.