Color spaces of #d03bac
RGB | 208 | 59 | 172 |
---|---|---|---|
HSL | 0.87 | 0.61 | 0.52 |
HSV | 314° | 72° | 82° |
CMYK | 0.00 | 0.72 | 0.17 0.18 |
XYZ | 35.0228 | 19.5164 | 40.9509 |
Yxy | 19.5164 | 0.3668 | 0.2044 |
Hunter Lab | 44.1774 | 64.2003 | -24.0356 |
CIE-Lab | 51.2860 | 68.4343 | -28.3555 |
#d03bac color RGB value is (208,59,172).
#d03bac hex color red value is 208, green value is 59 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d03bac hue: 0.87 , saturation: 0.61 and the lightness value of d03bac is 0.52.
The process color (four color CMYK) of #d03bac color hex is 0.00, 0.72, 0.17, 0.18. Web safe color of #d03bac is #cc3399. Color #d03bac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00111011 | 10101100 |
Octal | 320 | 73 | 254 |
Decimal | 208 | 59 | 172 |
Hex | D0 | 3B | AC |
Shades of #d03bac
Tints of #d03bac
RGB Percentages of Color #d03bac
CMYK Percentages of Color #d03bac
Complementary Color
#d03bac | #3bd05f |
#d03bac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d03bac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d03bac Color CSS Codes
.mybgcolor {background-color:#d03bac; } .myforecolor {color:#d03bac; } .mybordercolor {border:3px solid #d03bac; }
#d03bac Text Font Color
<p style="color:#d03bac">Text here</p>
This sample text font color is #d03bac
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.
#d03bac Background Color
<div style="background-color:#d03bac">
Div content here</div>
This div background color is #d03bac
#d03bac Border Color
<div style="border:3px solid #d03bac">
Div here</div>
This div border color is #d03bac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,59,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d03bac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d03bac; -webkit-box-shadow: 1px 1px 3px 2px #d03bac; box-shadow: 1px 1px 3px 2px #d03bac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,59,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d03bac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d03bac; -webkit-box-shadow: 1px 1px 3px 2px #d03bac; box-shadow: 1px 1px 3px 2px #d03bac;">
Div content here</div>
This div box has shadow with color #d03bac
Comments
No comments written yet.
Please login to write comment.