Color spaces of #928fdd
RGB | 146 | 143 | 221 |
---|---|---|---|
HSL | 0.67 | 0.53 | 0.71 |
HSV | 242° | 35° | 87° |
CMYK | 0.34 | 0.35 | 0.00 0.13 |
XYZ | 34.7277 | 30.9764 | 72.5553 |
Yxy | 30.9764 | 0.2512 | 0.2240 |
Hunter Lab | 55.6564 | 13.9791 | -38.3326 |
CIE-Lab | 62.4877 | 19.1414 | -39.3657 |
#928fdd color RGB value is (146,143,221).
#928fdd hex color red value is 146, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #928fdd hue: 0.67 , saturation: 0.53 and the lightness value of 928fdd is 0.71.
The process color (four color CMYK) of #928fdd color hex is 0.34, 0.35, 0.00, 0.13. Web safe color of #928fdd is #9999cc. Color #928fdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 10001111 | 11011101 |
Octal | 222 | 217 | 335 |
Decimal | 146 | 143 | 221 |
Hex | 92 | 8F | DD |
Shades of #928fdd
Tints of #928fdd
RGB Percentages of Color #928fdd
CMYK Percentages of Color #928fdd
Complementary Color
#928fdd | #dadd8f |
#928fdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#928fdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#928fdd Color CSS Codes
.mybgcolor {background-color:#928fdd; } .myforecolor {color:#928fdd; } .mybordercolor {border:3px solid #928fdd; }
#928fdd Text Font Color
<p style="color:#928fdd">Text here</p>
This sample text font color is #928fdd
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.
#928fdd Background Color
<div style="background-color:#928fdd">
Div content here</div>
This div background color is #928fdd
#928fdd Border Color
<div style="border:3px solid #928fdd">
Div here</div>
This div border color is #928fdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,143,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #928fdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #928fdd; -webkit-box-shadow: 1px 1px 3px 2px #928fdd; box-shadow: 1px 1px 3px 2px #928fdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,143,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #928fdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #928fdd; -webkit-box-shadow: 1px 1px 3px 2px #928fdd; box-shadow: 1px 1px 3px 2px #928fdd;">
Div content here</div>
This div box has shadow with color #928fdd
Comments
No comments written yet.
Please login to write comment.