Color Hex Logo

#bd1729 Color Hex

#BD1729
(189,23,41)
0 Favorites   0 Comments

Color spaces of #bd1729

RGB 1892341
HSL0.980.780.42
HSV353°88°74°
CMYK 0.000.880.78   0.26
XYZ21.692911.59173.1919
Yxy11.59170.59470.3178
Hunter Lab34.046654.150418.2741
CIE-Lab40.559761.768235.8487

#bd1729 color RGB value is (189,23,41).

#bd1729 hex color red value is 189, green value is 23 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bd1729 hue: 0.98 , saturation: 0.78 and the lightness value of bd1729 is 0.42.

The process color (four color CMYK) of #bd1729 color hex is 0.00, 0.88, 0.78, 0.26. Web safe color of #bd1729 is #cc0033. Color #bd1729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010111 00101001
Octal 275 27 51
Decimal 189 23 41
Hex BD 17 29

RGB Percentages of Color #bd1729

%74.70
%9.09
%16.21

CMYK Percentages of Color #bd1729

%0
%88
%78
%26

Triadic Colors of #bd1729

#bd1729 #29bd17 #1729bd

Analogous Colors of #bd1729

#bd1729 #bd5817 #bd177c

Monochromatic Colors of #bd1729

#bd1729

Complementary Color

#bd1729 #17bdab

#bd1729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1729 Color CSS Codes

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

#bd1729 Text Font Color

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

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


#bd1729 Background Color

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

This div background color is #bd1729


#bd1729 Border Color

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

This div border color is #bd1729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1729


Comments

No comments written yet.

Please login to write comment.