Color spaces of #8d4feb
RGB | 141 | 79 | 235 |
---|---|---|---|
HSL | 0.73 | 0.80 | 0.62 |
HSV | 264° | 66° | 92° |
CMYK | 0.40 | 0.66 | 0.00 0.08 |
XYZ | 28.7759 | 17.2528 | 80.4107 |
Yxy | 17.2528 | 0.2276 | 0.1365 |
Hunter Lab | 41.5365 | 50.9734 | -85.7043 |
CIE-Lab | 48.5770 | 57.3886 | -69.4393 |
#8d4feb color RGB value is (141,79,235).
#8d4feb hex color red value is 141, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8d4feb hue: 0.73 , saturation: 0.80 and the lightness value of 8d4feb is 0.62.
The process color (four color CMYK) of #8d4feb color hex is 0.40, 0.66, 0.00, 0.08. Web safe color of #8d4feb is #9966ff. Color #8d4feb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001101 | 01001111 | 11101011 |
Octal | 215 | 117 | 353 |
Decimal | 141 | 79 | 235 |
Hex | 8D | 4F | EB |
Shades of #8d4feb
Tints of #8d4feb
RGB Percentages of Color #8d4feb
CMYK Percentages of Color #8d4feb
Complementary Color
#8d4feb | #adeb4f |
#8d4feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8d4feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8d4feb Color CSS Codes
.mybgcolor {background-color:#8d4feb; } .myforecolor {color:#8d4feb; } .mybordercolor {border:3px solid #8d4feb; }
#8d4feb Text Font Color
<p style="color:#8d4feb">Text here</p>
This sample text font color is #8d4feb
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.
#8d4feb Background Color
<div style="background-color:#8d4feb">
Div content here</div>
This div background color is #8d4feb
#8d4feb Border Color
<div style="border:3px solid #8d4feb">
Div here</div>
This div border color is #8d4feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(141,79,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8d4feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8d4feb; -webkit-box-shadow: 1px 1px 3px 2px #8d4feb; box-shadow: 1px 1px 3px 2px #8d4feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(141,79,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8d4feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8d4feb; -webkit-box-shadow: 1px 1px 3px 2px #8d4feb; box-shadow: 1px 1px 3px 2px #8d4feb;">
Div content here</div>
This div box has shadow with color #8d4feb
Comments
No comments written yet.
Please login to write comment.