Color spaces of #d103c1
RGB | 209 | 3 | 193 |
---|---|---|---|
HSL | 0.85 | 0.97 | 0.42 |
HSV | 305° | 99° | 82° |
CMYK | 0.00 | 0.99 | 0.08 0.18 |
XYZ | 35.9527 | 17.4707 | 51.9293 |
Yxy | 17.4707 | 0.3413 | 0.1658 |
Hunter Lab | 41.7980 | 80.3911 | -44.4026 |
CIE-Lab | 48.8477 | 82.0889 | -44.4534 |
#d103c1 color RGB value is (209,3,193).
#d103c1 hex color red value is 209, green value is 3 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #d103c1 hue: 0.85 , saturation: 0.97 and the lightness value of d103c1 is 0.42.
The process color (four color CMYK) of #d103c1 color hex is 0.00, 0.99, 0.08, 0.18. Web safe color of #d103c1 is #cc00cc. Color #d103c1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00000011 | 11000001 |
Octal | 321 | 3 | 301 |
Decimal | 209 | 3 | 193 |
Hex | D1 | 3 | C1 |
Shades of #d103c1
Tints of #d103c1
RGB Percentages of Color #d103c1
CMYK Percentages of Color #d103c1
Complementary Color
#d103c1 | #03d113 |
#d103c1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d103c1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d103c1 Color CSS Codes
.mybgcolor {background-color:#d103c1; } .myforecolor {color:#d103c1; } .mybordercolor {border:3px solid #d103c1; }
#d103c1 Text Font Color
<p style="color:#d103c1">Text here</p>
This sample text font color is #d103c1
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.
#d103c1 Background Color
<div style="background-color:#d103c1">
Div content here</div>
This div background color is #d103c1
#d103c1 Border Color
<div style="border:3px solid #d103c1">
Div here</div>
This div border color is #d103c1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,3,193, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d103c1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d103c1; -webkit-box-shadow: 1px 1px 3px 2px #d103c1; box-shadow: 1px 1px 3px 2px #d103c1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,3,193, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d103c1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d103c1; -webkit-box-shadow: 1px 1px 3px 2px #d103c1; box-shadow: 1px 1px 3px 2px #d103c1;">
Div content here</div>
This div box has shadow with color #d103c1
Comments
No comments written yet.
Please login to write comment.