Color spaces of #d83ada
RGB | 216 | 58 | 218 |
---|---|---|---|
HSL | 0.83 | 0.68 | 0.54 |
HSV | 299° | 73° | 85° |
CMYK | 0.01 | 0.73 | 0.00 0.15 |
XYZ | 42.4868 | 22.6870 | 68.4694 |
Yxy | 22.6870 | 0.3179 | 0.1698 |
Hunter Lab | 47.6309 | 75.8682 | -51.8878 |
CIE-Lab | 54.7485 | 77.3535 | -49.3665 |
#d83ada color RGB value is (216,58,218).
#d83ada hex color red value is 216, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d83ada hue: 0.83 , saturation: 0.68 and the lightness value of d83ada is 0.54.
The process color (four color CMYK) of #d83ada color hex is 0.01, 0.73, 0.00, 0.15. Web safe color of #d83ada is #cc33cc. Color #d83ada contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 00111010 | 11011010 |
Octal | 330 | 72 | 332 |
Decimal | 216 | 58 | 218 |
Hex | D8 | 3A | DA |
Shades of #d83ada
Tints of #d83ada
RGB Percentages of Color #d83ada
CMYK Percentages of Color #d83ada
Complementary Color
#d83ada | #3cda3a |
#d83ada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d83ada Color Preview on White Background
Lorem ipsum dolor sit amet.
#d83ada Color CSS Codes
.mybgcolor {background-color:#d83ada; } .myforecolor {color:#d83ada; } .mybordercolor {border:3px solid #d83ada; }
#d83ada Text Font Color
<p style="color:#d83ada">Text here</p>
This sample text font color is #d83ada
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.
#d83ada Background Color
<div style="background-color:#d83ada">
Div content here</div>
This div background color is #d83ada
#d83ada Border Color
<div style="border:3px solid #d83ada">
Div here</div>
This div border color is #d83ada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,58,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d83ada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d83ada; -webkit-box-shadow: 1px 1px 3px 2px #d83ada; box-shadow: 1px 1px 3px 2px #d83ada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,58,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d83ada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d83ada; -webkit-box-shadow: 1px 1px 3px 2px #d83ada; box-shadow: 1px 1px 3px 2px #d83ada;">
Div content here</div>
This div box has shadow with color #d83ada
Comments
No comments written yet.
Please login to write comment.