Color spaces of #944fea
RGB | 148 | 79 | 234 |
---|---|---|---|
HSL | 0.74 | 0.79 | 0.61 |
HSV | 267° | 66° | 92° |
CMYK | 0.37 | 0.66 | 0.00 0.08 |
XYZ | 29.8600 | 17.8284 | 79.7093 |
Yxy | 17.8284 | 0.2344 | 0.1399 |
Hunter Lab | 42.2237 | 52.3412 | -82.3703 |
CIE-Lab | 49.2873 | 58.4912 | -67.6875 |
#944fea color RGB value is (148,79,234).
#944fea hex color red value is 148, green value is 79 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #944fea hue: 0.74 , saturation: 0.79 and the lightness value of 944fea is 0.61.
The process color (four color CMYK) of #944fea color hex is 0.37, 0.66, 0.00, 0.08. Web safe color of #944fea is #9966ff. Color #944fea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 01001111 | 11101010 |
Octal | 224 | 117 | 352 |
Decimal | 148 | 79 | 234 |
Hex | 94 | 4F | EA |
Shades of #944fea
Tints of #944fea
RGB Percentages of Color #944fea
CMYK Percentages of Color #944fea
Complementary Color
#944fea | #a5ea4f |
#944fea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#944fea Color Preview on White Background
Lorem ipsum dolor sit amet.
#944fea Color CSS Codes
.mybgcolor {background-color:#944fea; } .myforecolor {color:#944fea; } .mybordercolor {border:3px solid #944fea; }
#944fea Text Font Color
<p style="color:#944fea">Text here</p>
This sample text font color is #944fea
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.
#944fea Background Color
<div style="background-color:#944fea">
Div content here</div>
This div background color is #944fea
#944fea Border Color
<div style="border:3px solid #944fea">
Div here</div>
This div border color is #944fea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,79,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #944fea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #944fea; -webkit-box-shadow: 1px 1px 3px 2px #944fea; box-shadow: 1px 1px 3px 2px #944fea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,79,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #944fea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #944fea; -webkit-box-shadow: 1px 1px 3px 2px #944fea; box-shadow: 1px 1px 3px 2px #944fea;">
Div content here</div>
This div box has shadow with color #944fea
Comments
No comments written yet.
Please login to write comment.