Color spaces of #d93569
RGB | 217 | 53 | 105 |
---|---|---|---|
HSL | 0.95 | 0.68 | 0.53 |
HSV | 341° | 76° | 85° |
CMYK | 0.00 | 0.76 | 0.52 0.15 |
XYZ | 32.4382 | 18.3178 | 15.1906 |
Yxy | 18.3178 | 0.4919 | 0.2778 |
Hunter Lab | 42.7993 | 60.3889 | 8.9159 |
CIE-Lab | 49.8793 | 65.4534 | 9.8557 |
#d93569 color RGB value is (217,53,105).
#d93569 hex color red value is 217, green value is 53 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #d93569 hue: 0.95 , saturation: 0.68 and the lightness value of d93569 is 0.53.
The process color (four color CMYK) of #d93569 color hex is 0.00, 0.76, 0.52, 0.15. Web safe color of #d93569 is #cc3366. Color #d93569 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 00110101 | 01101001 |
Octal | 331 | 65 | 151 |
Decimal | 217 | 53 | 105 |
Hex | D9 | 35 | 69 |
Shades of #d93569
Tints of #d93569
RGB Percentages of Color #d93569
CMYK Percentages of Color #d93569
Complementary Color
#d93569 | #35d9a5 |
#d93569 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d93569 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d93569 Color CSS Codes
.mybgcolor {background-color:#d93569; } .myforecolor {color:#d93569; } .mybordercolor {border:3px solid #d93569; }
#d93569 Text Font Color
<p style="color:#d93569">Text here</p>
This sample text font color is #d93569
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.
#d93569 Background Color
<div style="background-color:#d93569">
Div content here</div>
This div background color is #d93569
#d93569 Border Color
<div style="border:3px solid #d93569">
Div here</div>
This div border color is #d93569
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,53,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d93569; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d93569; -webkit-box-shadow: 1px 1px 3px 2px #d93569; box-shadow: 1px 1px 3px 2px #d93569; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,53,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d93569">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d93569; -webkit-box-shadow: 1px 1px 3px 2px #d93569; box-shadow: 1px 1px 3px 2px #d93569;">
Div content here</div>
This div box has shadow with color #d93569
Comments
No comments written yet.
Please login to write comment.