Color spaces of #944ffd
RGB | 148 | 79 | 253 |
---|---|---|---|
HSL | 0.73 | 0.98 | 0.65 |
HSV | 264° | 69° | 99° |
CMYK | 0.42 | 0.69 | 0.00 0.01 |
XYZ | 32.7383 | 18.9797 | 94.8665 |
Yxy | 18.9797 | 0.2233 | 0.1295 |
Hunter Lab | 43.5657 | 57.8974 | -98.6110 |
CIE-Lab | 50.6634 | 63.1478 | -76.0839 |
#944ffd color RGB value is (148,79,253).
#944ffd hex color red value is 148, green value is 79 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #944ffd hue: 0.73 , saturation: 0.98 and the lightness value of 944ffd is 0.65.
The process color (four color CMYK) of #944ffd color hex is 0.42, 0.69, 0.00, 0.01. Web safe color of #944ffd is #9966ff. Color #944ffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 01001111 | 11111101 |
Octal | 224 | 117 | 375 |
Decimal | 148 | 79 | 253 |
Hex | 94 | 4F | FD |
Shades of #944ffd
Tints of #944ffd
RGB Percentages of Color #944ffd
CMYK Percentages of Color #944ffd
Complementary Color
#944ffd | #b8fd4f |
#944ffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#944ffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#944ffd Color CSS Codes
.mybgcolor {background-color:#944ffd; } .myforecolor {color:#944ffd; } .mybordercolor {border:3px solid #944ffd; }
#944ffd Text Font Color
<p style="color:#944ffd">Text here</p>
This sample text font color is #944ffd
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.
#944ffd Background Color
<div style="background-color:#944ffd">
Div content here</div>
This div background color is #944ffd
#944ffd Border Color
<div style="border:3px solid #944ffd">
Div here</div>
This div border color is #944ffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,79,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #944ffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #944ffd; -webkit-box-shadow: 1px 1px 3px 2px #944ffd; box-shadow: 1px 1px 3px 2px #944ffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,79,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #944ffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #944ffd; -webkit-box-shadow: 1px 1px 3px 2px #944ffd; box-shadow: 1px 1px 3px 2px #944ffd;">
Div content here</div>
This div box has shadow with color #944ffd
Related Colors
Comments
No comments written yet.
Please login to write comment.