Color spaces of #d64bef
RGB | 214 | 75 | 239 |
---|---|---|---|
HSL | 0.81 | 0.84 | 0.62 |
HSV | 291° | 69° | 94° |
CMYK | 0.10 | 0.69 | 0.00 0.06 |
XYZ | 45.8276 | 25.5603 | 84.1796 |
Yxy | 25.5603 | 0.2946 | 0.1643 |
Hunter Lab | 50.5572 | 73.3263 | -63.3300 |
CIE-Lab | 57.6173 | 74.7564 | -56.6340 |
#d64bef color RGB value is (214,75,239).
#d64bef hex color red value is 214, green value is 75 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d64bef hue: 0.81 , saturation: 0.84 and the lightness value of d64bef is 0.62.
The process color (four color CMYK) of #d64bef color hex is 0.10, 0.69, 0.00, 0.06. Web safe color of #d64bef is #cc33ff. Color #d64bef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01001011 | 11101111 |
Octal | 326 | 113 | 357 |
Decimal | 214 | 75 | 239 |
Hex | D6 | 4B | EF |
Shades of #d64bef
Tints of #d64bef
RGB Percentages of Color #d64bef
CMYK Percentages of Color #d64bef
Complementary Color
#d64bef | #64ef4b |
#d64bef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d64bef Color Preview on White Background
Lorem ipsum dolor sit amet.
#d64bef Color CSS Codes
.mybgcolor {background-color:#d64bef; } .myforecolor {color:#d64bef; } .mybordercolor {border:3px solid #d64bef; }
#d64bef Text Font Color
<p style="color:#d64bef">Text here</p>
This sample text font color is #d64bef
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.
#d64bef Background Color
<div style="background-color:#d64bef">
Div content here</div>
This div background color is #d64bef
#d64bef Border Color
<div style="border:3px solid #d64bef">
Div here</div>
This div border color is #d64bef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,75,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d64bef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d64bef; -webkit-box-shadow: 1px 1px 3px 2px #d64bef; box-shadow: 1px 1px 3px 2px #d64bef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,75,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d64bef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d64bef; -webkit-box-shadow: 1px 1px 3px 2px #d64bef; box-shadow: 1px 1px 3px 2px #d64bef;">
Div content here</div>
This div box has shadow with color #d64bef
Comments
No comments written yet.
Please login to write comment.