Color spaces of #942dfd
RGB | 148 | 45 | 253 |
---|---|---|---|
HSL | 0.75 | 0.98 | 0.58 |
HSV | 270° | 82° | 99° |
CMYK | 0.42 | 0.82 | 0.00 0.01 |
XYZ | 30.8808 | 15.2645 | 94.2473 |
Yxy | 15.2645 | 0.2200 | 0.1087 |
Hunter Lab | 39.0698 | 72.7143 | -115.6752 |
CIE-Lab | 45.9944 | 76.5150 | -83.7176 |
#942dfd color RGB value is (148,45,253).
#942dfd hex color red value is 148, green value is 45 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #942dfd hue: 0.75 , saturation: 0.98 and the lightness value of 942dfd is 0.58.
The process color (four color CMYK) of #942dfd color hex is 0.42, 0.82, 0.00, 0.01. Web safe color of #942dfd is #9933ff. Color #942dfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 00101101 | 11111101 |
Octal | 224 | 55 | 375 |
Decimal | 148 | 45 | 253 |
Hex | 94 | 2D | FD |
Shades of #942dfd
Tints of #942dfd
RGB Percentages of Color #942dfd
CMYK Percentages of Color #942dfd
Complementary Color
#942dfd | #96fd2d |
#942dfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#942dfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#942dfd Color CSS Codes
.mybgcolor {background-color:#942dfd; } .myforecolor {color:#942dfd; } .mybordercolor {border:3px solid #942dfd; }
#942dfd Text Font Color
<p style="color:#942dfd">Text here</p>
This sample text font color is #942dfd
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.
#942dfd Background Color
<div style="background-color:#942dfd">
Div content here</div>
This div background color is #942dfd
#942dfd Border Color
<div style="border:3px solid #942dfd">
Div here</div>
This div border color is #942dfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,45,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #942dfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #942dfd; -webkit-box-shadow: 1px 1px 3px 2px #942dfd; box-shadow: 1px 1px 3px 2px #942dfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,45,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 #942dfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #942dfd; -webkit-box-shadow: 1px 1px 3px 2px #942dfd; box-shadow: 1px 1px 3px 2px #942dfd;">
Div content here</div>
This div box has shadow with color #942dfd
Comments
No comments written yet.
Please login to write comment.