Color spaces of #918ddd
RGB | 145 | 141 | 221 |
---|---|---|---|
HSL | 0.68 | 0.54 | 0.71 |
HSV | 243° | 36° | 87° |
CMYK | 0.34 | 0.36 | 0.00 0.13 |
XYZ | 34.2531 | 30.2900 | 72.4478 |
Yxy | 30.2900 | 0.2500 | 0.2211 |
Hunter Lab | 55.0364 | 14.7798 | -39.5217 |
CIE-Lab | 61.9036 | 20.0231 | -40.2864 |
#918ddd color RGB value is (145,141,221).
#918ddd hex color red value is 145, green value is 141 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #918ddd hue: 0.68 , saturation: 0.54 and the lightness value of 918ddd is 0.71.
The process color (four color CMYK) of #918ddd color hex is 0.34, 0.36, 0.00, 0.13. Web safe color of #918ddd is #9999cc. Color #918ddd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 10001101 | 11011101 |
Octal | 221 | 215 | 335 |
Decimal | 145 | 141 | 221 |
Hex | 91 | 8D | DD |
Shades of #918ddd
Tints of #918ddd
RGB Percentages of Color #918ddd
CMYK Percentages of Color #918ddd
Complementary Color
#918ddd | #d9dd8d |
#918ddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#918ddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#918ddd Color CSS Codes
.mybgcolor {background-color:#918ddd; } .myforecolor {color:#918ddd; } .mybordercolor {border:3px solid #918ddd; }
#918ddd Text Font Color
<p style="color:#918ddd">Text here</p>
This sample text font color is #918ddd
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.
#918ddd Background Color
<div style="background-color:#918ddd">
Div content here</div>
This div background color is #918ddd
#918ddd Border Color
<div style="border:3px solid #918ddd">
Div here</div>
This div border color is #918ddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,141,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #918ddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #918ddd; -webkit-box-shadow: 1px 1px 3px 2px #918ddd; box-shadow: 1px 1px 3px 2px #918ddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,141,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 #918ddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #918ddd; -webkit-box-shadow: 1px 1px 3px 2px #918ddd; box-shadow: 1px 1px 3px 2px #918ddd;">
Div content here</div>
This div box has shadow with color #918ddd
Comments
No comments written yet.
Please login to write comment.