Color spaces of #d649fb
RGB | 214 | 73 | 251 |
---|---|---|---|
HSL | 0.80 | 0.96 | 0.64 |
HSV | 288° | 71° | 98° |
CMYK | 0.15 | 0.71 | 0.00 0.02 |
XYZ | 47.5267 | 26.0263 | 93.7854 |
Yxy | 26.0263 | 0.2840 | 0.1555 |
Hunter Lab | 51.0160 | 77.0134 | -73.2848 |
CIE-Lab | 58.0620 | 77.6264 | -62.5994 |
#d649fb color RGB value is (214,73,251).
#d649fb hex color red value is 214, green value is 73 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d649fb hue: 0.80 , saturation: 0.96 and the lightness value of d649fb is 0.64.
The process color (four color CMYK) of #d649fb color hex is 0.15, 0.71, 0.00, 0.02. Web safe color of #d649fb is #cc33ff. Color #d649fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01001001 | 11111011 |
Octal | 326 | 111 | 373 |
Decimal | 214 | 73 | 251 |
Hex | D6 | 49 | FB |
Shades of #d649fb
Tints of #d649fb
RGB Percentages of Color #d649fb
CMYK Percentages of Color #d649fb
Complementary Color
#d649fb | #6efb49 |
#d649fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d649fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d649fb Color CSS Codes
.mybgcolor {background-color:#d649fb; } .myforecolor {color:#d649fb; } .mybordercolor {border:3px solid #d649fb; }
#d649fb Text Font Color
<p style="color:#d649fb">Text here</p>
This sample text font color is #d649fb
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.
#d649fb Background Color
<div style="background-color:#d649fb">
Div content here</div>
This div background color is #d649fb
#d649fb Border Color
<div style="border:3px solid #d649fb">
Div here</div>
This div border color is #d649fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,73,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d649fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d649fb; -webkit-box-shadow: 1px 1px 3px 2px #d649fb; box-shadow: 1px 1px 3px 2px #d649fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,73,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d649fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d649fb; -webkit-box-shadow: 1px 1px 3px 2px #d649fb; box-shadow: 1px 1px 3px 2px #d649fb;">
Div content here</div>
This div box has shadow with color #d649fb
Comments
No comments written yet.
Please login to write comment.