Color Hex Logo

#bd1557 Color Hex

#BD1557
(189,21,87)
0 Favorites   0 Comments

Color spaces of #bd1557

RGB 1892187
HSL0.930.800.41
HSV336°89°74°
CMYK 0.000.890.54   0.26
XYZ22.974712.043310.1305
Yxy12.04330.50890.2667
Hunter Lab34.703557.44116.9847
CIE-Lab41.284964.54608.1408

#bd1557 color RGB value is (189,21,87).

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

The process color (four color CMYK) of #bd1557 color hex is 0.00, 0.89, 0.54, 0.26. Web safe color of #bd1557 is #cc0066. Color #bd1557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010101 01010111
Octal 275 25 127
Decimal 189 21 87
Hex BD 15 57

RGB Percentages of Color #bd1557

%63.64
%7.07
%29.29

CMYK Percentages of Color #bd1557

%0
%89
%54
%26

Triadic Colors of #bd1557

#bd1557 #57bd15 #1557bd

Analogous Colors of #bd1557

#bd1557 #bd2715 #bd15ab

Monochromatic Colors of #bd1557

#bd1557

Complementary Color

#bd1557 #15bd7b

#bd1557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1557 Color CSS Codes

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

#bd1557 Text Font Color

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

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


#bd1557 Background Color

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

This div background color is #bd1557


#bd1557 Border Color

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

This div border color is #bd1557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1557


Comments

No comments written yet.

Please login to write comment.