Color spaces of #bd074f
RGB | 189 | 7 | 79 |
---|---|---|---|
HSL | 0.93 | 0.93 | 0.38 |
HSV | 336° | 96° | 74° |
CMYK | 0.00 | 0.96 | 0.58 0.26 |
XYZ | 22.4735 | 11.5353 | 8.4392 |
Yxy | 11.5353 | 0.5294 | 0.2718 |
Hunter Lab | 33.9637 | 58.6757 | 9.0423 |
CIE-Lab | 40.4678 | 65.7862 | 12.0855 |
#bd074f color RGB value is (189,7,79).
#bd074f hex color red value is 189, green value is 7 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bd074f hue: 0.93 , saturation: 0.93 and the lightness value of bd074f is 0.38.
The process color (four color CMYK) of #bd074f color hex is 0.00, 0.96, 0.58, 0.26. Web safe color of #bd074f is #cc0066. Color #bd074f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00000111 | 01001111 |
Octal | 275 | 7 | 117 |
Decimal | 189 | 7 | 79 |
Hex | BD | 7 | 4F |
Shades of #bd074f
Tints of #bd074f
RGB Percentages of Color #bd074f
CMYK Percentages of Color #bd074f
Complementary Color
#bd074f | #07bd75 |
#bd074f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd074f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd074f Color CSS Codes
.mybgcolor {background-color:#bd074f; } .myforecolor {color:#bd074f; } .mybordercolor {border:3px solid #bd074f; }
#bd074f Text Font Color
<p style="color:#bd074f">Text here</p>
This sample text font color is #bd074f
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.
#bd074f Background Color
<div style="background-color:#bd074f">
Div content here</div>
This div background color is #bd074f
#bd074f Border Color
<div style="border:3px solid #bd074f">
Div here</div>
This div border color is #bd074f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,7,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd074f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd074f; -webkit-box-shadow: 1px 1px 3px 2px #bd074f; box-shadow: 1px 1px 3px 2px #bd074f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,7,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd074f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd074f; -webkit-box-shadow: 1px 1px 3px 2px #bd074f; box-shadow: 1px 1px 3px 2px #bd074f;">
Div content here</div>
This div box has shadow with color #bd074f
Comments
No comments written yet.
Please login to write comment.