Color spaces of #d63afa
RGB | 214 | 58 | 250 |
---|---|---|---|
HSL | 0.80 | 0.95 | 0.60 |
HSV | 289° | 77° | 98° |
CMYK | 0.14 | 0.77 | 0.00 0.02 |
XYZ | 46.4999 | 24.2244 | 92.6674 |
Yxy | 24.2244 | 0.2846 | 0.1483 |
Hunter Lab | 49.2183 | 82.5092 | -77.1775 |
CIE-Lab | 56.3118 | 82.2917 | -64.8579 |
#d63afa color RGB value is (214,58,250).
#d63afa hex color red value is 214, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d63afa hue: 0.80 , saturation: 0.95 and the lightness value of d63afa is 0.60.
The process color (four color CMYK) of #d63afa color hex is 0.14, 0.77, 0.00, 0.02. Web safe color of #d63afa is #cc33ff. Color #d63afa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 00111010 | 11111010 |
Octal | 326 | 72 | 372 |
Decimal | 214 | 58 | 250 |
Hex | D6 | 3A | FA |
Shades of #d63afa
Tints of #d63afa
RGB Percentages of Color #d63afa
CMYK Percentages of Color #d63afa
Complementary Color
#d63afa | #5efa3a |
#d63afa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d63afa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d63afa Color CSS Codes
.mybgcolor {background-color:#d63afa; } .myforecolor {color:#d63afa; } .mybordercolor {border:3px solid #d63afa; }
#d63afa Text Font Color
<p style="color:#d63afa">Text here</p>
This sample text font color is #d63afa
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.
#d63afa Background Color
<div style="background-color:#d63afa">
Div content here</div>
This div background color is #d63afa
#d63afa Border Color
<div style="border:3px solid #d63afa">
Div here</div>
This div border color is #d63afa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,58,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d63afa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d63afa; -webkit-box-shadow: 1px 1px 3px 2px #d63afa; box-shadow: 1px 1px 3px 2px #d63afa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,58,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d63afa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d63afa; -webkit-box-shadow: 1px 1px 3px 2px #d63afa; box-shadow: 1px 1px 3px 2px #d63afa;">
Div content here</div>
This div box has shadow with color #d63afa
Comments
No comments written yet.
Please login to write comment.