Color spaces of #944fde
RGB | 148 | 79 | 222 |
---|---|---|---|
HSL | 0.75 | 0.68 | 0.59 |
HSV | 269° | 64° | 87° |
CMYK | 0.33 | 0.64 | 0.00 0.13 |
XYZ | 28.1935 | 17.1618 | 70.9338 |
Yxy | 17.1618 | 0.2424 | 0.1476 |
Hunter Lab | 41.4268 | 48.9834 | -72.5216 |
CIE-Lab | 48.4633 | 55.5984 | -62.2346 |
#944fde color RGB value is (148,79,222).
#944fde hex color red value is 148, green value is 79 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #944fde hue: 0.75 , saturation: 0.68 and the lightness value of 944fde is 0.59.
The process color (four color CMYK) of #944fde color hex is 0.33, 0.64, 0.00, 0.13. Web safe color of #944fde is #9966cc. Color #944fde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 01001111 | 11011110 |
Octal | 224 | 117 | 336 |
Decimal | 148 | 79 | 222 |
Hex | 94 | 4F | DE |
Shades of #944fde
Tints of #944fde
RGB Percentages of Color #944fde
CMYK Percentages of Color #944fde
Complementary Color
#944fde | #99de4f |
#944fde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#944fde Color Preview on White Background
Lorem ipsum dolor sit amet.
#944fde Color CSS Codes
.mybgcolor {background-color:#944fde; } .myforecolor {color:#944fde; } .mybordercolor {border:3px solid #944fde; }
#944fde Text Font Color
<p style="color:#944fde">Text here</p>
This sample text font color is #944fde
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.
#944fde Background Color
<div style="background-color:#944fde">
Div content here</div>
This div background color is #944fde
#944fde Border Color
<div style="border:3px solid #944fde">
Div here</div>
This div border color is #944fde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,79,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #944fde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #944fde; -webkit-box-shadow: 1px 1px 3px 2px #944fde; box-shadow: 1px 1px 3px 2px #944fde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,79,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #944fde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #944fde; -webkit-box-shadow: 1px 1px 3px 2px #944fde; box-shadow: 1px 1px 3px 2px #944fde;">
Div content here</div>
This div box has shadow with color #944fde
Comments
No comments written yet.
Please login to write comment.