Color spaces of #983dee
RGB | 152 | 61 | 238 |
---|---|---|---|
HSL | 0.75 | 0.84 | 0.59 |
HSV | 271° | 74° | 93° |
CMYK | 0.36 | 0.74 | 0.00 0.07 |
XYZ | 30.0503 | 16.1859 | 82.4293 |
Yxy | 16.1859 | 0.2336 | 0.1258 |
Hunter Lab | 40.2317 | 62.9217 | -93.3150 |
CIE-Lab | 47.2174 | 68.1336 | -73.2836 |
#983dee color RGB value is (152,61,238).
#983dee hex color red value is 152, green value is 61 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #983dee hue: 0.75 , saturation: 0.84 and the lightness value of 983dee is 0.59.
The process color (four color CMYK) of #983dee color hex is 0.36, 0.74, 0.00, 0.07. Web safe color of #983dee is #9933ff. Color #983dee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 00111101 | 11101110 |
Octal | 230 | 75 | 356 |
Decimal | 152 | 61 | 238 |
Hex | 98 | 3D | EE |
Shades of #983dee
Tints of #983dee
RGB Percentages of Color #983dee
CMYK Percentages of Color #983dee
Complementary Color
#983dee | #93ee3d |
#983dee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#983dee Color Preview on White Background
Lorem ipsum dolor sit amet.
#983dee Color CSS Codes
.mybgcolor {background-color:#983dee; } .myforecolor {color:#983dee; } .mybordercolor {border:3px solid #983dee; }
#983dee Text Font Color
<p style="color:#983dee">Text here</p>
This sample text font color is #983dee
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.
#983dee Background Color
<div style="background-color:#983dee">
Div content here</div>
This div background color is #983dee
#983dee Border Color
<div style="border:3px solid #983dee">
Div here</div>
This div border color is #983dee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,61,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #983dee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #983dee; -webkit-box-shadow: 1px 1px 3px 2px #983dee; box-shadow: 1px 1px 3px 2px #983dee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,61,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #983dee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #983dee; -webkit-box-shadow: 1px 1px 3px 2px #983dee; box-shadow: 1px 1px 3px 2px #983dee;">
Div content here</div>
This div box has shadow with color #983dee
Comments
No comments written yet.
Please login to write comment.