Color spaces of #d64feb
RGB | 214 | 79 | 235 |
---|---|---|---|
HSL | 0.81 | 0.80 | 0.62 |
HSV | 292° | 66° | 92° |
CMYK | 0.09 | 0.66 | 0.00 0.08 |
XYZ | 45.5229 | 25.8863 | 81.1945 |
Yxy | 25.8863 | 0.2983 | 0.1696 |
Hunter Lab | 50.8786 | 70.6729 | -59.0028 |
CIE-Lab | 57.9290 | 72.5421 | -53.9007 |
#d64feb color RGB value is (214,79,235).
#d64feb hex color red value is 214, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d64feb hue: 0.81 , saturation: 0.80 and the lightness value of d64feb is 0.62.
The process color (four color CMYK) of #d64feb color hex is 0.09, 0.66, 0.00, 0.08. Web safe color of #d64feb is #cc66ff. Color #d64feb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01001111 | 11101011 |
Octal | 326 | 117 | 353 |
Decimal | 214 | 79 | 235 |
Hex | D6 | 4F | EB |
Shades of #d64feb
Tints of #d64feb
RGB Percentages of Color #d64feb
CMYK Percentages of Color #d64feb
Complementary Color
#d64feb | #64eb4f |
#d64feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d64feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d64feb Color CSS Codes
.mybgcolor {background-color:#d64feb; } .myforecolor {color:#d64feb; } .mybordercolor {border:3px solid #d64feb; }
#d64feb Text Font Color
<p style="color:#d64feb">Text here</p>
This sample text font color is #d64feb
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.
#d64feb Background Color
<div style="background-color:#d64feb">
Div content here</div>
This div background color is #d64feb
#d64feb Border Color
<div style="border:3px solid #d64feb">
Div here</div>
This div border color is #d64feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,79,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d64feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d64feb; -webkit-box-shadow: 1px 1px 3px 2px #d64feb; box-shadow: 1px 1px 3px 2px #d64feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,79,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d64feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d64feb; -webkit-box-shadow: 1px 1px 3px 2px #d64feb; box-shadow: 1px 1px 3px 2px #d64feb;">
Div content here</div>
This div box has shadow with color #d64feb
Comments
No comments written yet.
Please login to write comment.