Color spaces of #984dc0
RGB | 152 | 77 | 192 |
---|---|---|---|
HSL | 0.78 | 0.48 | 0.53 |
HSV | 279° | 60° | 75° |
CMYK | 0.21 | 0.60 | 0.00 0.25 |
XYZ | 25.1172 | 15.7889 | 51.5929 |
Yxy | 15.7889 | 0.2715 | 0.1707 |
Hunter Lab | 39.7352 | 43.2956 | -49.1684 |
CIE-Lab | 46.6963 | 50.6163 | -47.8246 |
#984dc0 color RGB value is (152,77,192).
#984dc0 hex color red value is 152, green value is 77 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #984dc0 hue: 0.78 , saturation: 0.48 and the lightness value of 984dc0 is 0.53.
The process color (four color CMYK) of #984dc0 color hex is 0.21, 0.60, 0.00, 0.25. Web safe color of #984dc0 is #9966cc. Color #984dc0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 01001101 | 11000000 |
Octal | 230 | 115 | 300 |
Decimal | 152 | 77 | 192 |
Hex | 98 | 4D | C0 |
Shades of #984dc0
Tints of #984dc0
RGB Percentages of Color #984dc0
CMYK Percentages of Color #984dc0
Complementary Color
#984dc0 | #75c04d |
#984dc0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#984dc0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#984dc0 Color CSS Codes
.mybgcolor {background-color:#984dc0; } .myforecolor {color:#984dc0; } .mybordercolor {border:3px solid #984dc0; }
#984dc0 Text Font Color
<p style="color:#984dc0">Text here</p>
This sample text font color is #984dc0
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.
#984dc0 Background Color
<div style="background-color:#984dc0">
Div content here</div>
This div background color is #984dc0
#984dc0 Border Color
<div style="border:3px solid #984dc0">
Div here</div>
This div border color is #984dc0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,77,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #984dc0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #984dc0; -webkit-box-shadow: 1px 1px 3px 2px #984dc0; box-shadow: 1px 1px 3px 2px #984dc0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,77,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #984dc0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #984dc0; -webkit-box-shadow: 1px 1px 3px 2px #984dc0; box-shadow: 1px 1px 3px 2px #984dc0;">
Div content here</div>
This div box has shadow with color #984dc0
Comments
No comments written yet.
Please login to write comment.