Color spaces of #d64efa
RGB | 214 | 78 | 250 |
---|---|---|---|
HSL | 0.80 | 0.95 | 0.64 |
HSV | 287° | 69° | 98° |
CMYK | 0.14 | 0.69 | 0.00 0.02 |
XYZ | 47.7113 | 26.6470 | 93.0712 |
Yxy | 26.6470 | 0.2850 | 0.1592 |
Hunter Lab | 51.6207 | 74.6452 | -70.7642 |
CIE-Lab | 58.6462 | 75.6217 | -61.1080 |
#d64efa color RGB value is (214,78,250).
#d64efa hex color red value is 214, green value is 78 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d64efa hue: 0.80 , saturation: 0.95 and the lightness value of d64efa is 0.64.
The process color (four color CMYK) of #d64efa color hex is 0.14, 0.69, 0.00, 0.02. Web safe color of #d64efa is #cc66ff. Color #d64efa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01001110 | 11111010 |
Octal | 326 | 116 | 372 |
Decimal | 214 | 78 | 250 |
Hex | D6 | 4E | FA |
Shades of #d64efa
Tints of #d64efa
RGB Percentages of Color #d64efa
CMYK Percentages of Color #d64efa
Complementary Color
#d64efa | #72fa4e |
#d64efa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d64efa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d64efa Color CSS Codes
.mybgcolor {background-color:#d64efa; } .myforecolor {color:#d64efa; } .mybordercolor {border:3px solid #d64efa; }
#d64efa Text Font Color
<p style="color:#d64efa">Text here</p>
This sample text font color is #d64efa
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.
#d64efa Background Color
<div style="background-color:#d64efa">
Div content here</div>
This div background color is #d64efa
#d64efa Border Color
<div style="border:3px solid #d64efa">
Div here</div>
This div border color is #d64efa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,78,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d64efa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d64efa; -webkit-box-shadow: 1px 1px 3px 2px #d64efa; box-shadow: 1px 1px 3px 2px #d64efa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,78,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 #d64efa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d64efa; -webkit-box-shadow: 1px 1px 3px 2px #d64efa; box-shadow: 1px 1px 3px 2px #d64efa;">
Div content here</div>
This div box has shadow with color #d64efa
Comments
No comments written yet.
Please login to write comment.