Color spaces of #946fef
RGB | 148 | 111 | 239 |
---|---|---|---|
HSL | 0.71 | 0.80 | 0.69 |
HSV | 257° | 54° | 94° |
CMYK | 0.38 | 0.54 | 0.00 0.06 |
XYZ | 33.4772 | 23.8968 | 84.5095 |
Yxy | 23.8968 | 0.2359 | 0.1684 |
Hunter Lab | 48.8844 | 36.6935 | -68.2794 |
CIE-Lab | 55.9843 | 42.8302 | -59.6890 |
#946fef color RGB value is (148,111,239).
#946fef hex color red value is 148, green value is 111 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #946fef hue: 0.71 , saturation: 0.80 and the lightness value of 946fef is 0.69.
The process color (four color CMYK) of #946fef color hex is 0.38, 0.54, 0.00, 0.06. Web safe color of #946fef is #9966ff. Color #946fef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 01101111 | 11101111 |
Octal | 224 | 157 | 357 |
Decimal | 148 | 111 | 239 |
Hex | 94 | 6F | EF |
Shades of #946fef
Tints of #946fef
RGB Percentages of Color #946fef
CMYK Percentages of Color #946fef
Complementary Color
#946fef | #caef6f |
#946fef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#946fef Color Preview on White Background
Lorem ipsum dolor sit amet.
#946fef Color CSS Codes
.mybgcolor {background-color:#946fef; } .myforecolor {color:#946fef; } .mybordercolor {border:3px solid #946fef; }
#946fef Text Font Color
<p style="color:#946fef">Text here</p>
This sample text font color is #946fef
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.
#946fef Background Color
<div style="background-color:#946fef">
Div content here</div>
This div background color is #946fef
#946fef Border Color
<div style="border:3px solid #946fef">
Div here</div>
This div border color is #946fef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,111,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #946fef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #946fef; -webkit-box-shadow: 1px 1px 3px 2px #946fef; box-shadow: 1px 1px 3px 2px #946fef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,111,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 #946fef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #946fef; -webkit-box-shadow: 1px 1px 3px 2px #946fef; box-shadow: 1px 1px 3px 2px #946fef;">
Div content here</div>
This div box has shadow with color #946fef
Comments
No comments written yet.
Please login to write comment.