Color spaces of #bd107c
RGB | 189 | 16 | 124 |
---|---|---|---|
HSL | 0.90 | 0.84 | 0.40 |
HSV | 323° | 92° | 74° |
CMYK | 0.00 | 0.92 | 0.34 0.26 |
XYZ | 24.8096 | 12.6446 | 20.2018 |
Yxy | 12.6446 | 0.4303 | 0.2193 |
Hunter Lab | 35.5592 | 62.3103 | -8.7922 |
CIE-Lab | 42.2228 | 68.5835 | -13.6864 |
#bd107c color RGB value is (189,16,124).
#bd107c hex color red value is 189, green value is 16 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bd107c hue: 0.90 , saturation: 0.84 and the lightness value of bd107c is 0.40.
The process color (four color CMYK) of #bd107c color hex is 0.00, 0.92, 0.34, 0.26. Web safe color of #bd107c is #cc0066. Color #bd107c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00010000 | 01111100 |
Octal | 275 | 20 | 174 |
Decimal | 189 | 16 | 124 |
Hex | BD | 10 | 7C |
Shades of #bd107c
Tints of #bd107c
RGB Percentages of Color #bd107c
CMYK Percentages of Color #bd107c
Complementary Color
#bd107c | #10bd51 |
#bd107c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd107c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd107c Color CSS Codes
.mybgcolor {background-color:#bd107c; } .myforecolor {color:#bd107c; } .mybordercolor {border:3px solid #bd107c; }
#bd107c Text Font Color
<p style="color:#bd107c">Text here</p>
This sample text font color is #bd107c
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.
#bd107c Background Color
<div style="background-color:#bd107c">
Div content here</div>
This div background color is #bd107c
#bd107c Border Color
<div style="border:3px solid #bd107c">
Div here</div>
This div border color is #bd107c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,16,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd107c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd107c; -webkit-box-shadow: 1px 1px 3px 2px #bd107c; box-shadow: 1px 1px 3px 2px #bd107c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,16,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd107c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd107c; -webkit-box-shadow: 1px 1px 3px 2px #bd107c; box-shadow: 1px 1px 3px 2px #bd107c;">
Div content here</div>
This div box has shadow with color #bd107c
Comments
No comments written yet.
Please login to write comment.