Color spaces of #dd73ec
RGB | 221 | 115 | 236 |
---|---|---|---|
HSL | 0.81 | 0.76 | 0.69 |
HSV | 293° | 51° | 93° |
CMYK | 0.06 | 0.51 | 0.00 0.07 |
XYZ | 51.0898 | 33.6897 | 83.1669 |
Yxy | 33.6897 | 0.3042 | 0.2006 |
Hunter Lab | 58.0428 | 55.5423 | -44.3239 |
CIE-Lab | 64.7155 | 58.6270 | -43.6566 |
#dd73ec color RGB value is (221,115,236).
#dd73ec hex color red value is 221, green value is 115 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dd73ec hue: 0.81 , saturation: 0.76 and the lightness value of dd73ec is 0.69.
The process color (four color CMYK) of #dd73ec color hex is 0.06, 0.51, 0.00, 0.07. Web safe color of #dd73ec is #cc66ff. Color #dd73ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01110011 | 11101100 |
Octal | 335 | 163 | 354 |
Decimal | 221 | 115 | 236 |
Hex | DD | 73 | EC |
Shades of #dd73ec
Tints of #dd73ec
RGB Percentages of Color #dd73ec
CMYK Percentages of Color #dd73ec
Complementary Color
#dd73ec | #82ec73 |
#dd73ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd73ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd73ec Color CSS Codes
.mybgcolor {background-color:#dd73ec; } .myforecolor {color:#dd73ec; } .mybordercolor {border:3px solid #dd73ec; }
#dd73ec Text Font Color
<p style="color:#dd73ec">Text here</p>
This sample text font color is #dd73ec
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.
#dd73ec Background Color
<div style="background-color:#dd73ec">
Div content here</div>
This div background color is #dd73ec
#dd73ec Border Color
<div style="border:3px solid #dd73ec">
Div here</div>
This div border color is #dd73ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,115,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd73ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd73ec; -webkit-box-shadow: 1px 1px 3px 2px #dd73ec; box-shadow: 1px 1px 3px 2px #dd73ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,115,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd73ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd73ec; -webkit-box-shadow: 1px 1px 3px 2px #dd73ec; box-shadow: 1px 1px 3px 2px #dd73ec;">
Div content here</div>
This div box has shadow with color #dd73ec
Comments
No comments written yet.
Please login to write comment.