Color Hex Logo

#bd1157 Color Hex

#BD1157
(189,17,87)
0 Favorites   0 Comments

Color spaces of #bd1157

RGB 1891787
HSL0.930.830.40
HSV336°91°74°
CMYK 0.000.910.54   0.26
XYZ22.907011.907810.1079
Yxy11.90780.50990.2651
Hunter Lab34.507758.10406.7883
CIE-Lab41.069265.16937.8365

#bd1157 color RGB value is (189,17,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010001 01010111
Octal 275 21 127
Decimal 189 17 87
Hex BD 11 57

RGB Percentages of Color #bd1157

%64.51
%5.80
%29.69

CMYK Percentages of Color #bd1157

%0
%91
%54
%26

Triadic Colors of #bd1157

#bd1157 #57bd11 #1157bd

Analogous Colors of #bd1157

#bd1157 #bd2111 #bd11ad

Monochromatic Colors of #bd1157

#bd1157

Complementary Color

#bd1157 #11bd77

#bd1157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1157 Color CSS Codes

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

#bd1157 Text Font Color

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

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


#bd1157 Background Color

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

This div background color is #bd1157


#bd1157 Border Color

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

This div border color is #bd1157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1157


Comments

No comments written yet.

Please login to write comment.