Color spaces of #987dfa
RGB | 152 | 125 | 250 |
---|---|---|---|
HSL | 0.70 | 0.93 | 0.74 |
HSV | 253° | 50° | 98° |
CMYK | 0.39 | 0.50 | 0.00 0.02 |
XYZ | 37.5378 | 28.2448 | 93.9158 |
Yxy | 28.2448 | 0.2351 | 0.1769 |
Hunter Lab | 53.1458 | 33.0723 | -67.5713 |
CIE-Lab | 60.1093 | 38.7858 | -59.1578 |
#987dfa color RGB value is (152,125,250).
#987dfa hex color red value is 152, green value is 125 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #987dfa hue: 0.70 , saturation: 0.93 and the lightness value of 987dfa is 0.74.
The process color (four color CMYK) of #987dfa color hex is 0.39, 0.50, 0.00, 0.02. Web safe color of #987dfa is #9966ff. Color #987dfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 01111101 | 11111010 |
Octal | 230 | 175 | 372 |
Decimal | 152 | 125 | 250 |
Hex | 98 | 7D | FA |
Shades of #987dfa
Tints of #987dfa
RGB Percentages of Color #987dfa
CMYK Percentages of Color #987dfa
Complementary Color
#987dfa | #dffa7d |
#987dfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#987dfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#987dfa Color CSS Codes
.mybgcolor {background-color:#987dfa; } .myforecolor {color:#987dfa; } .mybordercolor {border:3px solid #987dfa; }
#987dfa Text Font Color
<p style="color:#987dfa">Text here</p>
This sample text font color is #987dfa
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.
#987dfa Background Color
<div style="background-color:#987dfa">
Div content here</div>
This div background color is #987dfa
#987dfa Border Color
<div style="border:3px solid #987dfa">
Div here</div>
This div border color is #987dfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,125,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #987dfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #987dfa; -webkit-box-shadow: 1px 1px 3px 2px #987dfa; box-shadow: 1px 1px 3px 2px #987dfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,125,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #987dfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #987dfa; -webkit-box-shadow: 1px 1px 3px 2px #987dfa; box-shadow: 1px 1px 3px 2px #987dfa;">
Div content here</div>
This div box has shadow with color #987dfa
Comments
No comments written yet.
Please login to write comment.