Color Hex Logo

#bd151d Color Hex

#BD151D
(189,21,29)
0 Favorites   0 Comments

Color spaces of #bd151d

RGB 1892129
HSL0.990.800.41
HSV357°89°74°
CMYK 0.000.890.85   0.26
XYZ21.476211.44392.2394
Yxy11.44390.61080.3255
Hunter Lab33.828854.120119.7553
CIE-Lab40.318361.787942.3038

#bd151d color RGB value is (189,21,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010101 00011101
Octal 275 25 35
Decimal 189 21 29
Hex BD 15 1D

RGB Percentages of Color #bd151d

%79.08
%8.79
%12.13

CMYK Percentages of Color #bd151d

%0
%89
%85
%26

Triadic Colors of #bd151d

#bd151d #1dbd15 #151dbd

Analogous Colors of #bd151d

#bd151d #bd6115 #bd1571

Monochromatic Colors of #bd151d

#bd151d

Complementary Color

#bd151d #15bdb5

#bd151d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd151d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd151d Color CSS Codes

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

#bd151d Text Font Color

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

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


#bd151d Background Color

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

This div background color is #bd151d


#bd151d Border Color

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

This div border color is #bd151d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd151d


Comments

No comments written yet.

Please login to write comment.