Color Hex Logo

#bd151f Color Hex

#BD151F
(189,21,31)
0 Favorites   0 Comments

Color spaces of #bd151f

RGB 1892131
HSL0.990.800.41
HSV356°89°74°
CMYK 0.000.890.84   0.26
XYZ21.501811.45412.3739
Yxy11.45410.60860.3242
Hunter Lab33.843954.178319.5320
CIE-Lab40.335061.836741.2569

#bd151f color RGB value is (189,21,31).

#bd151f hex color red value is 189, green value is 21 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bd151f hue: 0.99 , saturation: 0.80 and the lightness value of bd151f is 0.41.

The process color (four color CMYK) of #bd151f color hex is 0.00, 0.89, 0.84, 0.26. Web safe color of #bd151f is #cc0033. Color #bd151f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010101 00011111
Octal 275 25 37
Decimal 189 21 31
Hex BD 15 1F

RGB Percentages of Color #bd151f

%78.42
%8.71
%12.86

CMYK Percentages of Color #bd151f

%0
%89
%84
%26

Triadic Colors of #bd151f

#bd151f #1fbd15 #151fbd

Analogous Colors of #bd151f

#bd151f #bd5f15 #bd1573

Monochromatic Colors of #bd151f

#bd151f

Complementary Color

#bd151f #15bdb3

#bd151f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd151f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd151f Color CSS Codes

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

#bd151f Text Font Color

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

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


#bd151f Background Color

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

This div background color is #bd151f


#bd151f Border Color

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

This div border color is #bd151f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd151f


Comments

No comments written yet.

Please login to write comment.